#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
Showing only changes of commit d6bd3de971 - Show all commits

View File

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

falta el id de articulo en caso de que el name sea igual

falta el id de articulo en caso de que el name sea igual
exprBuilder: exprBuilder,
});
const store = arrayData.store;