From 829c544e72f19676d381b1c8bb2a45ecb58de9d2 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 24 Sep 2025 17:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/inspection/addInspectionPoint.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/inspection/addInspectionPoint.vue b/src/components/inspection/addInspectionPoint.vue index b83a34d44..9a4ba08ba 100644 --- a/src/components/inspection/addInspectionPoint.vue +++ b/src/components/inspection/addInspectionPoint.vue @@ -44,7 +44,7 @@ - @@ -158,10 +158,10 @@ export default { this.dialogVisible = true this.resetForm() this.getDictData() + this._listAddInspectionItems() this.$nextTick(() => { this.initMap() - this._listAddInspectionItems() }) },