[前台] 及時告警閃爍錯誤 | alarmbaja 語法修改

This commit is contained in:
Celeste 2023-06-06 10:35:17 +08:00
parent a8293c6798
commit fd12f921a1
2 changed files with 2 additions and 2 deletions

View File

@ -1152,7 +1152,7 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
getAlarmSub(data); getAlarmSub(data);
} }
alarmIconBlink(); alarmIconBlink(data);
}); });
getAlarm(); getAlarm();
}); });

View File

@ -780,7 +780,7 @@ function getOtherAlarmByBaja(
startUrl + startUrl +
"timestamp.millis <= " + "timestamp.millis <= " +
endDate_millisecond + endDate_millisecond +
" and normalTime " + " and sourceState " +
_recoverState + _recoverState +
" and ackState " + " and ackState " +
_ackState + _ackState +