#1392 order.catalog

This commit is contained in:
Carlos Jimenez Ruiz 2019-07-03 14:39:08 +02:00
parent d90ebbef2e
commit ea5cbf634b
3 changed files with 17972 additions and 1 deletions

View File

@ -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>

View File

@ -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;

17971
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff