소스 검색

提交新版本

lxh 7 달 전
부모
커밋
49462da347
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/vent/home/colliery/components/wind-device.vue

+ 1 - 1
src/views/vent/home/colliery/components/wind-device.vue

@@ -241,7 +241,7 @@ watch(
         // iconsMonitor[el]['count'] = val[el].count;
         iconsMonitor[el].allCount = val[el].totalcount
         iconsMonitor[el].warnCount = val[el].count
-        iconsMonitor[el].closeCount = val[el].netStatus
+        iconsMonitor[el].closeCount = val[el].netstatus
       }
     });
   },