From 3b1b8d36e2417dfb2d1de29046591e6f22bc2f49 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Fri, 1 Nov 2024 13:53:50 +0800 Subject: [PATCH] weitiao --- frontend/src/views/authority/role/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/authority/role/index.vue b/frontend/src/views/authority/role/index.vue index d8a5067..dd0692f 100644 --- a/frontend/src/views/authority/role/index.vue +++ b/frontend/src/views/authority/role/index.vue @@ -88,7 +88,7 @@ const proTable = ref() // 或者直接去 hooks/useTable.ts 文件中把字段改为你后端对应的就行 const dataCallback = (data: any) => { return { - recoards: data.list, + records: data.list, total: data.total, current: data.pageNum, size: data.pageSize,