소스 검색

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(()=>{