Skip to content

Commit fc0de84

Browse files
committed
装修页面获取优惠券只获取直接领取的
1 parent c697824 commit fc0de84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/mall/promotion/coupon/components/CouponSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const queryParams = reactive({
138138
pageSize: 10,
139139
name: null,
140140
discountType: null,
141-
canTakeTypes: null
141+
canTakeTypes:[1]//只获得直接领取的券
142142
})
143143
const queryFormRef = ref() // 搜索的表单
144144
const selectedCouponList = ref<CouponTemplateApi.CouponTemplateVO[]>([]) // 选择的数据

0 commit comments

Comments
 (0)