同步地区组件
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user