[前台] 異常類別文字修改
This commit is contained in:
parent
ed02fcdec8
commit
27a2838695
@ -603,7 +603,7 @@ function getOtherAlarmByBaja(startDate_millisecond, endDate_millisecond, isRecov
|
|||||||
main.ackState = record.get('ackState').$ordinal
|
main.ackState = record.get('ackState').$ordinal
|
||||||
if (_sourceTmp.includes("undefined")) {
|
if (_sourceTmp.includes("undefined")) {
|
||||||
main.buildingFloorName_zh = "無";
|
main.buildingFloorName_zh = "無";
|
||||||
main.alarmClass = "系統/設備異常";
|
main.alarmClass = "系統設備異常";
|
||||||
main.sourceTmp = "無";
|
main.sourceTmp = "無";
|
||||||
main.msgText = "";
|
main.msgText = "";
|
||||||
_result.data.push(main);
|
_result.data.push(main);
|
||||||
@ -667,7 +667,7 @@ function getAllDeviceAlarmByBaja(startDate_millisecond, endDate_millisecond, isR
|
|||||||
if (_sourceTmp.includes("undefined")) {
|
if (_sourceTmp.includes("undefined")) {
|
||||||
// console.log(main.ackState)
|
// console.log(main.ackState)
|
||||||
main.buildingFloorName_zh = "無";
|
main.buildingFloorName_zh = "無";
|
||||||
main.alarmClass = "系統/設備異常";
|
main.alarmClass = "系統設備異常";
|
||||||
main.sourceTmp = "無";
|
main.sourceTmp = "無";
|
||||||
main.msgText = "";
|
main.msgText = "";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user