This commit is contained in:
xiaojunnuo
2023-10-27 12:08:53 +08:00
parent e7704171f7
commit 5ad8cc668f
4 changed files with 5 additions and 7 deletions
@@ -6,10 +6,10 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
const list = await api.GetTree();
return {
current: 1,
offset: 0,
records: list,
total: 10000,
pageSize: 10000
limit: 10000
};
};