From e8260697137f503aa0170b7a36170fd7168e9b80 Mon Sep 17 00:00:00 2001
From: tx <123456>
Date: 星期五, 11 四月 2025 13:50:59 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/DPump/Hydr/Desktop.V1.1

---
 WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
index ff776d4..b5b08e2 100644
--- a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
+++ b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
@@ -65,6 +65,7 @@
         private bool ChangeStep(long current_step_id, long next_step_id)
         {
             RbtnChk鎴潰18.Visible = false;
+            RbtnChk鏍囨敞.Visible = false;
             if (current_step_id == this._stepTreeDockPanel.Step_ID_Hdr_Base_Info)
             {
                 if (!SaveParaStep1())
@@ -134,6 +135,7 @@
             else if (next_step_id == this._stepTreeDockPanel.Step_ID_Outflow_Paras)
             {
                 RbtnChk鎴潰18.Visible = true;
+                RbtnChk鏍囨敞.Visible = true;
 
                 this.RBtn鍚庨��.Enabled = true;
                 this.Rbtn鍓嶈繘.Enabled = true;

--
Gitblit v1.9.3