wxr
2023-05-06 f8343a2e765eefe10c8a0d6bdd6db65b0cf0321c
HDL_ON/UI/UI0-Public/PublicAssmeblyBLL.cs
@@ -22,6 +22,10 @@
                //跳转到功能信息设置页面
                switch (function.spk)
                {
                    case SPK.GroupControl:
                         var dialog = new GroupControlPage(FunctionList.List.groupControls.Find((obj) => obj.sid == function.sid));
                         dialog.ShowDialog();
                        break;
                    case SPK.AirSwitch:
                        var airSwitchPage = new AirSwitchPage(function);
                        MainPage.BasePageView.AddChidren(airSwitchPage);