Quellcode durchsuchen

提交新版本

lxh vor 9 Monaten
Ursprung
Commit
49462da347
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
       }
     });
   },