瀏覽代碼

bug修复【ID1008403】

chenrui 3 年之前
父節點
當前提交
cdf8b96763
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salesManagement/salesQuery/chooseCustomModal.vue

+ 1 - 1
src/views/salesManagement/salesQuery/chooseCustomModal.vue

@@ -493,7 +493,7 @@ export default {
       this.form.shippingAddressCountySn = undefined
       this.form.shippingAddressCountySn = undefined
       this.form.shippingAddressCountyName = ''
       this.form.shippingAddressCountyName = ''
       this.form.shippingAddress = ''
       this.form.shippingAddress = ''
-      this.form.shippingAddressCountyName = this.addrProvinceList.find(item => item.id == val).name
+      this.form.shippingAddressProvinceName = this.addrProvinceList.find(item => item.id == val).name
       this.getArea('city', val)
       this.getArea('city', val)
     },
     },
     // 获取区县列表
     // 获取区县列表