#7003 new data order in section #398

Merged
jon merged 6 commits from 7003-fixedPriceOrder into dev 2024-06-10 05:14:54 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const params = reactive({});
const arrayData = useArrayData('ItemFixedPrices', {
url: 'FixedPrices/filter',
userParams: params,
order: ['itemFk'],
order: ['name ASC', 'itemFk'],
exprBuilder: exprBuilder,
});
const store = arrayData.store;