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(); this.getMonitorList();
// 10 // 10
this.timer = setInterval(() => { this.timer = setInterval(() => {
// this.getAlarnStatus(); this.getAlarnStatus();
// this.getDayData(); this.getDayData();
// // //
// this.getSteamHeatingData(); this.getSteamHeatingData();
// this.getMonitorList(); this.getMonitorList();
}, 10000); }, 10000);
}, },
beforeDestroy() { beforeDestroy() {
@ -835,7 +835,7 @@ export default {
if ( if (
prop.paramType === "5" && prop.paramType === "5" &&
prop.collectName.includes("故障报警") && prop.collectName.includes("故障报警") &&
prop.collectValue !== 0 Number(prop.collectValue) !== 0
) { ) {
const newAlarmItem = { const newAlarmItem = {
otherName: prop.collectName, otherName: prop.collectName,

Loading…
Cancel
Save