同步地区组件

This commit is contained in:
aixianling
2022-03-17 15:53:29 +08:00
parent bbe12fe39a
commit c215323dd1

View File

@@ -96,7 +96,7 @@ export default {
}, },
hasSelected() { hasSelected() {
return this.fullArea?.length > 0 return this.fullArea?.length > 0
}, }
}, },
data() { data() {
return { return {
@@ -127,7 +127,7 @@ export default {
} }
}, },
created() { created() {
this.getAreaName(this.value) this.value && this.getAreaName(this.value)
}, },
methods: { methods: {
show() { show() {