装修页面获取优惠券只获取直接领取 的
parent
8f42a5e3b5
commit
5f4a5324b4
|
|
@ -173,7 +173,8 @@ const queryParams = reactive({
|
||||||
status: null,
|
status: null,
|
||||||
discountType: null,
|
discountType: null,
|
||||||
type: null,
|
type: null,
|
||||||
createTime: []
|
createTime: [],
|
||||||
|
canTakeTypes:[1]//只获得直接领取的券
|
||||||
})
|
})
|
||||||
const queryFormRef = ref() // 搜索的表单
|
const queryFormRef = ref() // 搜索的表单
|
||||||
const selectedCouponList = ref<CouponTemplateApi.CouponTemplateVO[]>([]) // 选择的数据
|
const selectedCouponList = ref<CouponTemplateApi.CouponTemplateVO[]>([]) // 选择的数据
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue