Ver código fonte

预警管控外因火灾一氧化碳传感器监测修改-提交

lxh 10 meses atrás
pai
commit
6743489d0e

+ 1 - 2
src/views/vent/monitorManager/alarmMonitor/common/mainWell.vue

@@ -386,8 +386,7 @@ watch(
       }
 
       if (val.fire.length != 0) {
-
-        val.fire.forEach((el) => {
+        val.co.forEach((el) => {
           monitorlistHy.push(el);
         });
       }