tangxu
2025-02-13 c8552b21551b7fccd19e5dac28c05092fcde29cb
WinFrmUI/DPumpHydr.WinFrmUI.Volute/¶ÏÃæÉè¼Æ/ctrlSectionBundleInfo.cs
@@ -173,7 +173,7 @@
        public void ShowPage(
            ViewModel.HdrBaseInfo base_info,
            ViewModel.GeomBaseInfo geom_info,
            DPumpHydr.ViewModel.eWizardStepDiretion step_direction,bool isxml)
            DPumpHydr.ViewModel.eWizardStepDiretion step_direction,bool isRefreshModel = true)
        {
            if (step_direction == DPumpHydr.ViewModel.eWizardStepDiretion.后退)
            {
@@ -181,10 +181,7 @@
            }
            this._hdrBaseInfo = base_info;
            this._geomBaseInfo = geom_info;
            if (isxml)
            {
                return;
            }
            if (_sectionBundleInfo == null)
            {
                _sectionBundleInfo = new ViewModel.SectionBundleInfo();
@@ -206,9 +203,13 @@
                }
            }
            RefreshAllSectPara(_sectionBundleInfo);
            if (isRefreshModel == false)
            {
                return;
            }
            RefreshShape(_sectionBundleInfo);
        }
        private void pictureBoxRefreshK3_Click(object sender, EventArgs e)