We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07c74d commit 5a3ae2aCopy full SHA for 5a3ae2a
src/views/mall/promotion/discountActivity/DiscountActivityForm.vue
@@ -90,6 +90,7 @@ const spuPropertyList = ref<SpuProperty<DiscountActivityApi.SpuExtension>[]>([])
90
const spuIds = ref<number[]>([])
91
const selectSpu = (spuId: number, skuIds: number[]) => {
92
// TODO puhui999: 艿艿现在限时折扣活动可以选择多个 spu ,那么 spuId 是不是得改成 spuIds 来存放多个?🤣
93
+ // TODO @puhui999:DiscountActivityDO 不存 spuId,在 DiscountProductDO 存储哈。
94
formRef.value.setValues({ spuId })
95
getSpuDetails(spuId, skuIds)
96
}
0 commit comments