Browse Source

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

lxh 10 months ago
parent
commit
6743489d0e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/vent/monitorManager/alarmMonitor/common/mainWell.vue

+ 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);
         });
       }