ssvfdn 3 сар өмнө
parent
commit
b9d083c507

+ 2 - 2
apps/web-antd/src/views/data_statistics/history/agent/index.vue

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