7658-devToTest_2428 #508

Merged
alexm merged 392 commits from 7658-devToTest_2428 into test 2024-07-02 10:38:20 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e6577d402a - Show all commits

View File

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