Explorar o código

提交新版本

lxh hai 9 meses
pai
achega
49462da347
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
       }
     });
   },