#1392 order.catalog
This commit is contained in:
parent
d90ebbef2e
commit
ea5cbf634b
|
@ -39,7 +39,6 @@
|
||||||
</vn-auto>
|
</vn-auto>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
</vn-card>
|
</vn-card>
|
||||||
|
|
||||||
<vn-card margin-medium-top>
|
<vn-card margin-medium-top>
|
||||||
<vn-empty-rows ng-if="$ctrl.isRefreshing">
|
<vn-empty-rows ng-if="$ctrl.isRefreshing">
|
||||||
<vn-spinner enable="$ctrl.isRefreshing"></vn-spinner>
|
<vn-spinner enable="$ctrl.isRefreshing"></vn-spinner>
|
||||||
|
|
|
@ -51,6 +51,7 @@ class Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
set category(value) {
|
set category(value) {
|
||||||
|
this.catalog.$scope.model.data = [];
|
||||||
this.itemTypes = [];
|
this.itemTypes = [];
|
||||||
this.type = null;
|
this.type = null;
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue