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) {