Showing
1 changed file
with
1 additions
and
1 deletions
@@ -150,7 +150,7 @@ export default { | @@ -150,7 +150,7 @@ export default { | ||
150 | smallSortId: _.get(this.query, 'sort[2].value') || '', | 150 | smallSortId: _.get(this.query, 'sort[2].value') || '', |
151 | priceRangeLow: _.get(this.query, 'price[0]') || '', | 151 | priceRangeLow: _.get(this.query, 'price[0]') || '', |
152 | priceRangeHigh: _.get(this.query, 'price[1]') || '', | 152 | priceRangeHigh: _.get(this.query, 'price[1]') || '', |
153 | - stockStatus: +this.query.stockStatus | 153 | + stockStatus: this.query.stockStatus |
154 | }; | 154 | }; |
155 | 155 | ||
156 | return _.pickBy(params, val => val); | 156 | return _.pickBy(params, val => val); |
-
Please register or login to post a comment