预警告警处置
This commit is contained in:
parent
5f1c392a35
commit
21d974f7ba
|
|
@ -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, // 预警处置
|
||||
},
|
||||
// 校验规则
|
||||
|
|
|
|||
Loading…
Reference in New Issue