Merge remote-tracking branch 'origin/main'

This commit is contained in:
haozq 2025-04-18 14:22:37 +08:00
commit e4aa8c9acd
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 })
} }
}, },