mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 15:41:32 +08:00
fix(mock): fix mock paging tool error
This commit is contained in:
@@ -115,7 +115,6 @@ export function useDataSource(
|
||||
if (afterFetch && isFunction(afterFetch)) {
|
||||
resultItems = afterFetch(resultItems) || resultItems;
|
||||
}
|
||||
|
||||
dataSourceRef.value = resultItems;
|
||||
setPagination({
|
||||
total: resultTotal || 0,
|
||||
|
Reference in New Issue
Block a user