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