Pārlūkot izejas kodu

fix:灯模块的bug修改

chenzhen2 1 gadu atpakaļ
vecāks
revīzija
d96b7b6e2d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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(()=>{