This commit is contained in:
parent
10c5b1fb39
commit
e1ab2c0a16
|
|
@ -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 })
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue