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] 优化代码 --- 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 b83a34d..9a4ba08 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() }) }, -- libgit2 0.21.4