bug with filter solved
This commit is contained in:
parent
896c033594
commit
ff6d86f6c2
|
@ -1,7 +1,7 @@
|
||||||
<vn-crud-model
|
<vn-crud-model
|
||||||
vn-id="model"
|
vn-id="model"
|
||||||
url="/order/api/Orders"
|
url="/order/api/Orders"
|
||||||
filter="::$ctrl.filter"
|
filter="{}"
|
||||||
limit="20"
|
limit="20"
|
||||||
data="orders">
|
data="orders">
|
||||||
</vn-crud-model>
|
</vn-crud-model>
|
||||||
|
|
|
@ -4,12 +4,6 @@ export default class Controller {
|
||||||
constructor($scope) {
|
constructor($scope) {
|
||||||
this.$ = $scope;
|
this.$ = $scope;
|
||||||
this.ticketSelected = null;
|
this.ticketSelected = null;
|
||||||
|
|
||||||
this.filter = {
|
|
||||||
include: [
|
|
||||||
],
|
|
||||||
order: 'shipped DESC'
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* exprBuilder(param, value) {
|
/* exprBuilder(param, value) {
|
||||||
|
|
Loading…
Reference in New Issue