商品规格SKU生成 一键设置

master
DongZeLiang 2024-03-08 16:58:40 +08:00
parent fb0551bc75
commit f344cd3d67
1 changed files with 5 additions and 1 deletions

View File

@ -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 = []