mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-11 12:57:10 +08:00
chore: 优化部分代码风格
This commit is contained in:
@@ -57,7 +57,7 @@ const {
|
||||
loading,
|
||||
pagination,
|
||||
search
|
||||
} = useTable((p) => listGenerator({ ...queryForm, page: p.page, size: p.size }), { immediate: true })
|
||||
} = useTable((page) => listGenerator({ ...queryForm, ...page }), { immediate: true })
|
||||
|
||||
const columns: TableInstanceColumns[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user