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] =?UTF-8?q?v1.9=20=E4=BC=98=E5=8C=96=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E8=BF=9E=E7=BB=AD=E6=B7=BB=E5=8A=A0=E5=B0=8F=E5=8C=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2928757f3..d8ce73fa9 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) {