预警告警处置

This commit is contained in:
jjLv 2024-09-29 10:59:54 +08:00
parent 5f1c392a35
commit 21d974f7ba
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export default {
console.log(this.editParams)
if (this.editParams) {
await Object.assign(this.warnAlertParams, this.editParams)
console.log(this.warnAlertParams)
this.warnAlertParams.isDispose = 1
this.subSort = 2
} else {
this.subSort = 1
@ -60,6 +60,7 @@ export default {
warnAlertParams: {
id: undefined, // id
isWarn: 0, //
isDispose: 1,//
remarks: undefined, //
},
//