|
@@ -817,7 +817,7 @@ let getForginCityFreight = (p: any, num: number) =>
|
|
|
forginCityFreight.value[`${num}`] = response.result
|
|
|
queryArea.value = response.result.location || ''
|
|
|
exportForm.value.pdf_city = response.result.location || ''
|
|
|
- formData.value.cal_city.local_city = queryArea.value
|
|
|
+ formData.value.cal_city.local_city = response.result.area || ''
|
|
|
resolve(response.result)
|
|
|
}
|
|
|
})
|