diff --git a/src/views/boilerSys/steamHeating/steamHeatingDetails.vue b/src/views/boilerSys/steamHeating/steamHeatingDetails.vue index b172cf5..65f6855 100644 --- a/src/views/boilerSys/steamHeating/steamHeatingDetails.vue +++ b/src/views/boilerSys/steamHeating/steamHeatingDetails.vue @@ -437,11 +437,11 @@ export default { this.getMonitorList(); // 设置定时器,每 10 秒执行一次 this.timer = setInterval(() => { - // this.getAlarnStatus(); - // this.getDayData(); - // // 获取当蒸汽采暖数据 - // this.getSteamHeatingData(); - // this.getMonitorList(); + this.getAlarnStatus(); + this.getDayData(); + // 获取当蒸汽采暖数据 + this.getSteamHeatingData(); + this.getMonitorList(); }, 10000); }, beforeDestroy() { @@ -835,7 +835,7 @@ export default { if ( prop.paramType === "5" && prop.collectName.includes("故障报警") && - prop.collectValue !== 0 + Number(prop.collectValue) !== 0 ) { const newAlarmItem = { otherName: prop.collectName,