From 6831c157031e2a3d6dfeac8050894b4254528a93 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 19 Sep 2025 19:16:38 +0800 Subject: [PATCH] v1.9 优化不能连续添加小区bug --- src/components/community/addCommunity.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/components/community/addCommunity.vue b/src/components/community/addCommunity.vue index 2928757..d8ce73f 100644 --- a/src/components/community/addCommunity.vue +++ b/src/components/community/addCommunity.vue @@ -2,26 +2,26 @@ - + - + - + + :placeholder="$t('addCommunity.nearbyLandmarks')" /> - + - + - + @@ -70,6 +70,9 @@ export default { methods: { openModal() { this._loadCommunityAttrSpec() + setTimeout(() => { + this.$refs.areaSelectRef.clearArea() + }, 100) this.visible = true }, selectArea(area) { -- libgit2 0.21.4