|
@@ -166,7 +166,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
|
},
|
|
|
dict: dict({
|
|
|
getData: async () => {
|
|
|
- const res = await api.GetcategoryList({page:1,limit:1000,tenant_id:1});
|
|
|
+ const res = await api.GetcategoryList({page:1,limit:100,tenant_id:1});
|
|
|
console.log(res.data.items);
|
|
|
return res.data.items || [];
|
|
|
},
|