|
@@ -493,7 +493,7 @@ export default {
|
|
|
this.form.shippingAddressCountySn = undefined
|
|
|
this.form.shippingAddressCountyName = ''
|
|
|
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)
|
|
|
},
|
|
|
// 获取区县列表
|