3092-module_transactions #740

Merged
joan merged 41 commits from 3092-module_transactions into dev 2021-10-18 07:42:24 +00:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit ee0e1e122b - Show all commits

View File

@ -1,6 +1,5 @@
<vn-crud-model
vn-id="model"
params="::$ctrl.filterParams"
url="Tickets/filter"
limit="20"
order="shippedDate DESC, shippedHour ASC, zoneLanding ASC, id">

View File

@ -31,8 +31,6 @@ export default class Ticket extends ModuleMain {
Object.assign($params, {from, to});
}
this.filterParams = $params;
return $params;
}
}