Browse Source

蒸汽采暖系统运行监测页面优化报警信息

gh_ers
selia-zx 2 months ago
parent
commit
249ee124ec
  1. 12
      src/views/boilerSys/steamHeating/steamHeatingDetails.vue

12
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,

Loading…
Cancel
Save