fix: record

pull/33/head
xingyu 2023-08-22 18:03:39 +08:00
parent e3273e2218
commit 17a6833c64
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { getSignInRecordPage } from '@/api/member/signin/record'
defineOptions({ name: 'SignInRecord' })
const [registerTable, { reload }] = useTable({
const [registerTable] = useTable({
title: '签到记录列表',
api: getSignInRecordPage,
columns,