0
0
Fork 0
This commit is contained in:
Alex Moreno 2025-02-05 12:04:33 +01:00
commit 5078559668
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ export function useArrayData(key, userOptions) {
if (params.filter.where || exprFilter)
params.filter.where = { ...params.filter.where, ...exprFilter };
// if (!params?.filter?.order.length) delete params.filter.order;
params.filter = JSON.stringify(params.filter);
store.isLoading = true;