!818 雪花 ID 溢出问题 update src/views/mall/promotion/rewardActivity/components/RewardRuleCouponSelect.vue.

Merge pull request !818 from 山野羡民/N/A
pull/813/MERGE
芋道源码 2025-09-21 02:47:33 +00:00 committed by Gitee
commit 3137c6cee4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 3 deletions

View File

@ -89,9 +89,7 @@ const initGiveCouponList = async () => {
if (isEmpty(rewardRule.value) || isEmpty(rewardRule.value.giveCouponTemplateCounts)) {
return
}
const tempLateIds = Object.keys(rewardRule.value.giveCouponTemplateCounts!).map((item) =>
parseInt(item)
)
const tempLateIds = Object.keys(rewardRule.value.giveCouponTemplateCounts!)
const data = await CouponTemplateApi.getCouponTemplateList(tempLateIds)
if (!data) {
return