Merge branch '3092-module_transactions' of https://gitea.verdnatura.es/verdnatura/salix into 3092-module_transactions
This commit is contained in:
commit
b51c0c938b
|
@ -1,6 +1,5 @@
|
||||||
<vn-crud-model
|
<vn-crud-model
|
||||||
vn-id="model"
|
vn-id="model"
|
||||||
params="::$ctrl.filterParams"
|
|
||||||
url="Tickets/filter"
|
url="Tickets/filter"
|
||||||
limit="20"
|
limit="20"
|
||||||
order="shippedDate DESC, shippedHour ASC, zoneLanding ASC, id">
|
order="shippedDate DESC, shippedHour ASC, zoneLanding ASC, id">
|
||||||
|
|
|
@ -31,8 +31,6 @@ export default class Ticket extends ModuleMain {
|
||||||
Object.assign($params, {from, to});
|
Object.assign($params, {from, to});
|
||||||
}
|
}
|
||||||
|
|
||||||
this.filterParams = $params;
|
|
||||||
|
|
||||||
return $params;
|
return $params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue