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