调整调用方
This commit is contained in:
@@ -167,7 +167,7 @@ const loadData = async () => {
|
||||
try {
|
||||
const params = {
|
||||
page: pagination.currentPage,
|
||||
pageSize: pagination.pageSize,
|
||||
page_size: pagination.pageSize, // Changed from pageSize to page_size
|
||||
...filters,
|
||||
orderBy: sortOrder.prop,
|
||||
order: sortOrder.order === 'ascending' ? 'asc' : (sortOrder.order === 'descending' ? 'desc' : undefined),
|
||||
|
||||
Reference in New Issue
Block a user