Преглед на файлове

fix: indent计价.修复地区选框被意外赋值详细地址数据的问题.

peter преди 3 седмици
родител
ревизия
43682c1fcf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/pages/indent-manage/indent/components/calcPrice/index.vue

+ 1 - 1
src/pages/indent-manage/indent/components/calcPrice/index.vue

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