소스 검색

fix: 调整字段

Howie 1 년 전
부모
커밋
5843776290
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/commercialEngineering/components/base.vue

+ 1 - 1
src/views/commercialEngineering/components/base.vue

@@ -897,7 +897,7 @@ export default {
       await this.getCallbackPosition(null, province, 'province')
       await this.getCallbackPosition(this.formData.provinceId, city, 'city')
       await this.getCallbackPosition(this.formData.cityId, area, 'area')
-      const temp = this.areaList.find(k => this.formData.cityId == value)
+      const temp = this.areaList.find(k => this.formData.cityId == k.value)
       if( temp && !Object.keys(this.specialCity).includes(temp.parentLbsId)){
         await this.getCallbackPosition(this.formData.areaId, street, 'street')
       }