forked from verdnatura/salix-front
Reviewed-on: verdnatura/salix-front#398 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
deca90c7ea
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue