From 24262d16a0d6e3b7d07486d03ab77e607e1847c3 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期一, 21 十二月 2020 14:22:26 +0800 Subject: [PATCH] 增加获取Bug列表的功能 --- HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs b/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs old mode 100644 new mode 100755 index de061ea..8e14468 --- a/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs @@ -33,7 +33,7 @@ bodyView.AddChidren(contentView); System.Collections.Generic.List<Room> rooms = new System.Collections.Generic.List<Room>(); - rooms.Add(new Room() { roomName = Language.StringByID(StringId.WholeHouseScene),parentId = "" }); + rooms.Add(new Room() { roomName = Language.StringByID(StringId.WholeZone),parentId = "" }); rooms.AddRange(SpatialInfo.CurrentSpatial.RoomList); foreach (var room in rooms) { -- Gitblit v1.8.0