Explorar el Código

Merge branch 'ch/bug6859' of hongze/hz_crm_web into master

leichen hace 2 semanas
padre
commit
ba9e3f8330
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/searchDistPicker.vue

+ 1 - 1
src/components/searchDistPicker.vue

@@ -106,7 +106,7 @@ export default {
                     }else{
                         this.city = {cityKey:'',cityName:this.cityInfo}
                     }
-                    if(this.city.cityKey){
+                    if(this.city.cityKey && this.showArea){
                         const areaResult = Object.entries(area_sorce[this.city.cityKey]).find(([key,val])=>val===this.areaInfo)||['',this.areaInfo]
                         this.area={areaKey:areaResult[0],areaName:areaResult[1]}
                     }else{