From 249ee124ecf09e7b586cef7f851701c11c062697 Mon Sep 17 00:00:00 2001 From: selia-zx <1771203023@qq.com> Date: Fri, 14 Nov 2025 09:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=92=B8=E6=B1=BD=E9=87=87=E6=9A=96=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E8=BF=90=E8=A1=8C=E7=9B=91=E6=B5=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8A=A5=E8=AD=A6=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../boilerSys/steamHeating/steamHeatingDetails.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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,