Browse Source

装修页面获取优惠券只获取直接领取的

痴货 9 months ago
parent
commit
fc0de84d78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mall/promotion/coupon/components/CouponSelect.vue

+ 1 - 1
src/views/mall/promotion/coupon/components/CouponSelect.vue

@@ -138,7 +138,7 @@ const queryParams = reactive({
   pageSize: 10,
   name: null,
   discountType: null,
-  canTakeTypes: null
+  canTakeTypes:[1]//只获得直接领取的券
 })
 const queryFormRef = ref() // 搜索的表单
 const selectedCouponList = ref<CouponTemplateApi.CouponTemplateVO[]>([]) // 选择的数据