code review:优惠劵逻辑

(cherry picked from commit d10530c9f5)
This commit is contained in:
YunaiV
2023-09-02 00:34:45 +08:00
committed by shizhong
parent 2a280e8267
commit fd501a1f5b
3 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ const queryParams = ref({
pageNo: 1,
pageSize: 10,
name: null,
canTakeTypes: [CouponTemplateTakeTypeEnum.BY_ADMIN.type]
canTakeTypes: [CouponTemplateTakeTypeEnum.ADMIN.type]
}) // 查询参数
const queryFormRef = ref() // 搜索的表单
// 领取人的编号列表