diff --git a/src/views/product/info/index.vue b/src/views/product/info/index.vue index 1617045..f42533a 100644 --- a/src/views/product/info/index.vue +++ b/src/views/product/info/index.vue @@ -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 = []