Browse Source

fix:修复场景管理默认开启平台展示

jinx 4 năm trước cách đây
mục cha
commit
5c4ae0c13b
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/page/scene/index.vue

+ 2 - 1
src/page/scene/index.vue

@@ -427,7 +427,8 @@ export default {
           } else if (temp[i].status === -2) {
             temp[i].statusBoo = false
           } else {
-            temp[i].statusBoo = ''
+            // temp[i].statusBoo = ''
+            temp[i].statusBoo = false
           }
         }
         this.scenes = temp