ssvfdn 3 месяцев назад
Родитель
Сommit
b9d083c507
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apps/web-antd/src/views/data_statistics/history/agent/index.vue

+ 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]
 				}
 			},
 		},