Browse Source

外因火灾温度传感器修改

lxh 4 weeks ago
parent
commit
62b454e8bc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/vent/monitorManager/alarmMonitor/common/mainWell.vue

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

@@ -683,7 +683,8 @@ watch(
       val.temperature.forEach((el) => {
         monitorlistWd.push({
           strinstallpos: el.strinstallpos,
-          val: el.readData.fireval,
+          // val: el.readData.fireval,
+          val: el.readData.temperature,
           warnLevel_str: el.warnLevel_str,
           readTime: el.readTime,
         });