同步地区组件

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