瀏覽代碼

外因火灾温度传感器修改

lxh 1 月之前
父節點
當前提交
62b454e8bc
共有 1 個文件被更改,包括 2 次插入1 次删除
  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,
         });