From e1ab2c0a1609eb254fb3acdd668178ba7cb75788 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 18 Apr 2025 14:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../equipment-manage/components/add-edit-form.vue | 1 + 1 file changed, 1 insertion(+) 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 }) } },