From 5a3ae2ab7ab1723ff3b7dd67ecabff75e3aec81b Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 9 Sep 2024 09:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E5=95=86=E5=9F=8E:=20=E9=99=90=E6=97=B6=E6=8A=98?= =?UTF-8?q?=E6=89=A3=E6=B4=BB=E5=8A=A8=E6=96=B0=E5=A2=9E=20spu=20=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/promotion/discountActivity/DiscountActivityForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/mall/promotion/discountActivity/DiscountActivityForm.vue b/src/views/mall/promotion/discountActivity/DiscountActivityForm.vue index cc2c0422..2f2b441b 100644 --- a/src/views/mall/promotion/discountActivity/DiscountActivityForm.vue +++ b/src/views/mall/promotion/discountActivity/DiscountActivityForm.vue @@ -90,6 +90,7 @@ const spuPropertyList = ref[]>([]) const spuIds = ref([]) const selectSpu = (spuId: number, skuIds: number[]) => { // TODO puhui999: 艿艿现在限时折扣活动可以选择多个 spu ,那么 spuId 是不是得改成 spuIds 来存放多个?🤣 + // TODO @puhui999:DiscountActivityDO 不存 spuId,在 DiscountProductDO 存储哈。 formRef.value.setValues({ spuId }) getSpuDetails(spuId, skuIds) }