HDL_ON/UI/UI2/FuntionControlView/Electrical/AirSwitchPage.cs
@@ -238,10 +238,11 @@ if (updataTemp.spk == bodyView.function.spk && updataTemp.sid == bodyView.function.sid) { bodyView.btnSwitch.IsSelected = bodyView.btnSwitchIcon.IsSelected = updataTemp.trait_on_off.curValue.ToString() == "on"; } if(updataTemp.GetAttribute("run_status")!=null) { bodyView.UpdataRunStatus(); if (updataTemp.GetAttribute("run_status") != null) { bodyView.UpdataRunStatus(); } } } catch (Exception ex)