mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
chore:
This commit is contained in:
@@ -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
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user