Authored by 王水玲

红人

... ... @@ -150,7 +150,7 @@ export default {
smallSortId: _.get(this.query, 'sort[2].value') || '',
priceRangeLow: _.get(this.query, 'price[0]') || '',
priceRangeHigh: _.get(this.query, 'price[1]') || '',
stockStatus: +this.query.stockStatus
stockStatus: this.query.stockStatus
};
return _.pickBy(params, val => val);
... ...