Merge branch 'master' of http://192.168.0.56:3000/bonus/SafetyAlertSystem-ui
This commit is contained in:
commit
6415a4593e
|
|
@ -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