diff --git a/modules/order/front/filter/index.js b/modules/order/front/filter/index.js index aa3f3cc3d..e4a25eb52 100644 --- a/modules/order/front/filter/index.js +++ b/modules/order/front/filter/index.js @@ -27,9 +27,9 @@ class Controller { } set order(value) { - this._order = value; + if (!value.id || this._order) return; - if (!value.id) return; + this._order = value; this.$scope.$$postDigest(() => { let category;