ソースを参照

fix:灯模块的bug修改

chenzhen2 1 年間 前
コミット
d96b7b6e2d
1 ファイル変更1 行追加1 行削除
  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(()=>{