From f344cd3d67e1e0dcf82df12badfedc67f31f2113 Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Fri, 8 Mar 2024 16:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=A7=84=E6=A0=BCSKU?= =?UTF-8?q?=E7=94=9F=E6=88=90=20=E4=B8=80=E9=94=AE=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/info/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 = []