瀏覽代碼

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')
       }