Sfoglia il codice sorgente

fix:灯模块的bug修改

chenzhen2 1 anno fa
parent
commit
d96b7b6e2d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(()=>{