黄学彪
2020-09-01 dee21bf452a8979d0515d13e534fbb69ed9715dd
ZigbeeApp/Shared/Phone/UserCenter/Device/PirSensor/PirSensorTargetSelectForm.cs
@@ -123,6 +123,11 @@
                        //界面关闭
                        this.CloseForm();
                    };
                    //查看模板时,不允许编辑
                    if (Common.Config.Instance.Home.IsShowTemplate == true)
                    {
                        btnOk.CanClick = false;
                    }
                }
                else
                {
@@ -288,6 +293,11 @@
                        listEsixtDevice.Remove(mainKey);
                    }
                };
                //查看模板时,不允许编辑
                if (Common.Config.Instance.Home.IsShowTemplate == true)
                {
                    rowDevice.CanClick = false;
                }
            }
            listDevice = null;
            //调整控件真实高度