同步地区组件

This commit is contained in:
aixianling
2022-03-17 15:53:28 +08:00
parent 73a780c05e
commit 8a539ab7e8

View File

@@ -119,7 +119,7 @@ export default {
}
},
created() {
this.getAreaName(this.value)
this.value && this.getAreaName(this.value)
},
methods: {
show() {