Browse Source

fix: 调整字段

Howie 1 năm trước cách đây
mục cha
commit
5843776290
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')
       }