diff --git a/src/views/perception-devices/equipment-manage/components/add-edit-form.vue b/src/views/perception-devices/equipment-manage/components/add-edit-form.vue index ffa03b90..d9b21574 100644 --- a/src/views/perception-devices/equipment-manage/components/add-edit-form.vue +++ b/src/views/perception-devices/equipment-manage/components/add-edit-form.vue @@ -342,6 +342,7 @@ export default { handler(newValue) { if (this.dialogType === 2) { Object.assign(this.addOrEditForm, newValue) + this.getMonitoringAreaData(newValue.typeId) this.addOrEditForm.fileList.push({ url: newValue.backImage }) } },