wjc
2023-03-28 a9d1161b1df96e7ddad566335989a1444e433ef5
HDL_ON/UI/UI2/4-PersonalCenter/SmartSpeaker/SmartSpeakerSelectDevicesPage.cs
@@ -273,6 +273,11 @@
                        //默认全选
                        bool isSelectAll = true;
                        //房间没有设备与场景时,全选按钮不能选中
                        if(roomFunctionOrSceneList.Count == 0)
                        {
                            isSelectAll = false;
                        }
                        //查找需要选中的目标
                        foreach (var info in roomFunctionOrSceneList)
                        {