tangxu
2024-03-26 edd23f115dba31d764fdaf75a6207d888d0419d3
Desktop/IStation.MainPanel.ChCalc/MainPanel.cs
@@ -391,19 +391,9 @@
            }
            //
            List<Model.RiverWaterLevelDrop> allRiverWaterLevelDrop = BLL.RiverWaterLevelDrop.GetList();
            IStation.Calc.ErQu.GlobalParas.RiverWaterLevelDrops = allRiverWaterLevelDrop;
            List<Model.ReservoirParas> allReservoirParas = BLL.ReservoirParas.GetList();
            IStation.Calc.ErQu.GlobalParas.ReservoirParasList = allReservoirParas;
            var asT = BLL.AnaSetting.GetSetting();
            if(asT == null)
            {
                MessageBox.Show("配置读取失败");
                return;
            }
            IStation.Calc.ErQu.GlobalParas.AnaSetting = asT;
            IStation.BLL.RiverWaterLevelDrop.Initial();
            IStation.BLL.ReservoirParas.Initial();
            IStation.BLL.AnaSetting.Initial();
            var page = new IStation.WinFrmUI.CalcErQu.CalcWizardMainContainter();