mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 20:05:07 +08:00
code review:优惠劵逻辑
This commit is contained in:
@ -210,7 +210,7 @@ const emits = defineEmits<{
|
||||
|
||||
/** 全选 */
|
||||
const handleCheckAll = (checked: boolean) => {
|
||||
//todo 不触发?
|
||||
debugger
|
||||
console.log('checkAll', checked)
|
||||
allChecked.value = checked
|
||||
const index = checkedPageNos.value.indexOf(queryParams.value.pageNo)
|
||||
|
@ -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() // 搜索的表单
|
||||
// 领取人的编号列表
|
||||
|
Reference in New Issue
Block a user