This commit is contained in:
zzyuan 2024-09-29 13:12:38 +08:00
commit 6415a4593e
1 changed files with 2 additions and 1 deletions

View File

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