@@ -38,8 +38,8 @@ const gridOptions = {
query: async ({ page }) => {
const list = await getHistoryAgentList();
return {
- total: list.total,
- items: list.list
+ total: [1],
+ items: [list]
}
},