|
@@ -48,7 +48,7 @@ const Area = {
|
|
value(newValue, oldValue) {
|
|
value(newValue, oldValue) {
|
|
console.log(newValue)
|
|
console.log(newValue)
|
|
this.defaultVal = newValue
|
|
this.defaultVal = newValue
|
|
- if(this.leve != 'province' && !newValue){
|
|
+ if(this.leve != 'province' && !newValue && !this.parentId){
|
|
this.list = []
|
|
this.list = []
|
|
}
|
|
}
|
|
},
|
|
},
|