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