mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
修改bug,商家端添加商品,选择运费模板
This commit is contained in:
@@ -153,7 +153,7 @@ export default {
|
||||
if (v) {
|
||||
this.getAddrById(v);
|
||||
} else {
|
||||
this.formData = {}
|
||||
this.formData = {isDefault: false}
|
||||
this.$refs.form.resetFields();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -269,11 +269,12 @@ export default {
|
||||
});
|
||||
},
|
||||
selectedRegion (item) {
|
||||
console.log(item);
|
||||
// 地址选择回显
|
||||
this.$set(this.form, 'storeAddressIdPath', item[0].toString());
|
||||
this.$set(
|
||||
this.form,
|
||||
'companyAddressPath',
|
||||
'storeAddressPath',
|
||||
item[1].toString().replace(/\s/g, '')
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user