微调
This commit is contained in:
parent
3fbc2f20f0
commit
e388069ff1
@ -132,9 +132,11 @@ onMounted(() => {
|
||||
messageUse = lineNetStore.alarmInfo[0] as AlarmInfo;
|
||||
} else {
|
||||
messageUse = props.alarmMeaasge as AlarmInfo;
|
||||
if (messageUse.alarmStatus == 1 || messageUse.alarmStatus == 0) {
|
||||
if (messageUse.alarmStatus == 1) {
|
||||
showConfirmMmessage.value = false;
|
||||
searchById();
|
||||
} else if (messageUse.alarmStatus == 0) {
|
||||
showConfirmMmessage.value = false;
|
||||
}
|
||||
}
|
||||
updata();
|
||||
|
@ -185,6 +185,7 @@ function openAlarmDialog(row: any) {
|
||||
row.line_id = row.lineId;
|
||||
row.alert_object = row.alertObject;
|
||||
row.alert_tip_id = row.alertTipId;
|
||||
row.alert_location_id = row.alertLocationId;
|
||||
dialogInstance.value = $q.dialog({
|
||||
component: alarmInfoDialog,
|
||||
componentProps: {
|
||||
|
@ -151,7 +151,7 @@ watch(
|
||||
if (
|
||||
g.type == Station.Type &&
|
||||
rangeConfig.deviceType == Station.Type &&
|
||||
(g as Station).datas.hasControl
|
||||
(g as Station).datas.concentrationStations
|
||||
) {
|
||||
select = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user