mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 09:15:56 +08:00
Merge branch 'main' into example
This commit is contained in:
@@ -127,6 +127,7 @@ export function useNaivePaginatedTable<ResponseData, ApiData>(
|
||||
getColumns,
|
||||
onFetched: data => {
|
||||
pagination.itemCount = data.total;
|
||||
pagination.pageSize = data.pageSize;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user