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', {
|
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;
|
||||||
|
|
Loading…
Reference in New Issue