lilei %!s(int64=3) %!d(string=hai) anos
pai
achega
3d26f67d90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = []
       }
     },