Browse Source

bug 修复

lilei 3 years ago
parent
commit
3d26f67d90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/common/area.js

+ 1 - 1
src/views/common/area.js

@@ -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 = []
       }
     },