feat: 交班

This commit is contained in:
duan
2025-03-17 11:08:44 +08:00
parent 6a37b53c8c
commit bf7091c554
4 changed files with 25 additions and 91 deletions

View File

@@ -53,8 +53,8 @@ const contentConfig: IContentConfig<UserPageQuery> = {
},
exportsAction: async function (params) {
// 模拟获取到的是全量数据
const res = await UserAPI.getPage(params);
return res.list;
// const res = await UserAPI.getPage(params);
// return res.list;
},
pk: "id",
toolbar: [