#6273 create freelance form option #347

Merged
jorgep merged 21 commits from 6273-createFreelanceFormOpt into dev 2024-06-10 13:35:00 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 049783b16c - 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;