perf: 同步近期修改

This commit is contained in:
2025-02-22 00:22:38 +08:00
parent f01a672b2d
commit 177bda9d99
24 changed files with 170 additions and 62 deletions

View File

@@ -68,7 +68,8 @@ export const useRole = (treeRef: Ref) => {
total: 0,
pageSize: 10,
currentPage: 1,
background: true
background: true,
pageSizes: [10, 20, 30, 40, 50]
});
const curRow = ref();
/**