mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-23 23:35:06 +08:00
【代码评审】商城:满减送活动的实现
This commit is contained in:
@ -169,6 +169,7 @@ const getProductScope = async () => {
|
||||
formData.value.productSpuIds = formData.value.productScopeValues
|
||||
break
|
||||
case PromotionProductScopeEnum.CATEGORY.scope:
|
||||
// TODO @puhui999:可以直接 await nextTick() 呀。
|
||||
await nextTick(() => {
|
||||
let productCategoryIds = formData.value.productScopeValues as any
|
||||
if (Array.isArray(productCategoryIds) && productCategoryIds.length > 0) {
|
||||
|
Reference in New Issue
Block a user