Browse Source

fix:灯模块的bug修改

chenzhen2 1 year ago
parent
commit
d96b7b6e2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/envmonitor/components/Light/index.vue

+ 1 - 1
src/views/envmonitor/components/Light/index.vue

@@ -525,7 +525,7 @@ export default defineComponent({
         }, timerLen);
       },
     });
-    const isShowChildLight = computed(() => {
+    const isShowChildLight:any = computed(() => {
       return proxyData.lampList.length && proxyData.lampList.length > 1;
     });
     // onDeactivated(()=>{