From a00556275e92b30d3d26c3f28506d9c14ce37542 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 13 十月 2022 13:55:40 +0800
Subject: [PATCH] 2022年10月13日13:55:39

---
 HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs
index fa3788c..9810e45 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs
@@ -109,15 +109,15 @@
                 { IsBackground = true }.Start();
             };
 
+            //鍒锋柊鐣岄潰鐘舵��
+            this.RefreshFormStatu();
+
             if (fanSpeedList.Count > 0)
             {
                 this.btnFan.UnSelectedImagePath = "FunctionIcon/AirFresh/Fan1.png";
                 this.btnFan.SelectedImagePath = "FunctionIcon/AirFresh/Fan1Select.png";
                 this.btnFanView.Text = Language.StringByID(StringId.LowWindSpeed);
             }
-            //鍒锋柊鐣岄潰鐘舵��
-            this.RefreshFormStatu();
-
         }
 
         #endregion

--
Gitblit v1.8.0