商品规格SKU生成 一键设置
parent
fb0551bc75
commit
f344cd3d67
|
@ -495,7 +495,11 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
oneSetting(){
|
oneSetting(){
|
||||||
|
this.skuList.forEach(skuInfo => {
|
||||||
|
skuInfo.image = this.oneSettingForm.image;
|
||||||
|
skuInfo.stock = this.oneSettingForm.stock;
|
||||||
|
skuInfo.price = this.oneSettingForm.price;
|
||||||
|
})
|
||||||
},
|
},
|
||||||
changeRule(ruleId){
|
changeRule(ruleId){
|
||||||
this.titleList = []
|
this.titleList = []
|
||||||
|
|
Loading…
Reference in New Issue