修复登录缺陷和用户信息展示部分
This commit is contained in:
@@ -9,7 +9,6 @@ export default function BatchPage() {
|
||||
const table = useDataTable<Batch>((page, size) =>
|
||||
getPageBatch({ page, size }),
|
||||
)
|
||||
console.log(table, "table")
|
||||
|
||||
return (
|
||||
<Suspense fallback={<div>Loading...</div>}>
|
||||
|
||||
Reference in New Issue
Block a user