This commit is contained in:
BianLzhaoMin 2025-04-18 14:05:25 +08:00
parent 10c5b1fb39
commit e1ab2c0a16
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ export default {
handler(newValue) { handler(newValue) {
if (this.dialogType === 2) { if (this.dialogType === 2) {
Object.assign(this.addOrEditForm, newValue) Object.assign(this.addOrEditForm, newValue)
this.getMonitoringAreaData(newValue.typeId)
this.addOrEditForm.fileList.push({ url: newValue.backImage }) this.addOrEditForm.fileList.push({ url: newValue.backImage })
} }
}, },