diff --git a/modules/order/front/catalog/index.html b/modules/order/front/catalog/index.html index ab51e66fc..a13274484 100644 --- a/modules/order/front/catalog/index.html +++ b/modules/order/front/catalog/index.html @@ -11,7 +11,7 @@ data="$ctrl.items"> - diff --git a/modules/order/front/catalog/index.js b/modules/order/front/catalog/index.js index 69a0429ca..4f9a5214b 100644 --- a/modules/order/front/catalog/index.js +++ b/modules/order/front/catalog/index.js @@ -206,7 +206,7 @@ class Controller extends Section { removeItemId() { this.itemId = null; - this.applyFilters(); + this.$.searchbar.doSearch({}, 'bar'); } removeItemName() { @@ -324,7 +324,7 @@ class Controller extends Section { onSearch(params) { if (!params) return; - + console.log(params); this.itemId = null; this.itemName = null;