Merge branch 'feature/hotfix' into 'gray'
fixed:筛选性别转换 See merge request !96
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -347,7 +347,7 @@ export default { | @@ -347,7 +347,7 @@ export default { | ||
347 | _.each(this.filter.group_sort, item => { | 347 | _.each(this.filter.group_sort, item => { |
348 | temp = temp.concat(item.sub); | 348 | temp = temp.concat(item.sub); |
349 | }); | 349 | }); |
350 | - this.filterItems[0].choices = [{id: 1, name: '男'}, {id: 2, name: '女'}]; | 350 | + this.filterItems[0].choices = [{id: '1,3', name: '男'}, {id: '2,3', name: '女'}]; |
351 | this.filterItems[1].choices = this.filter.brand || []; | 351 | this.filterItems[1].choices = this.filter.brand || []; |
352 | this.filterItems[2].choices = temp; | 352 | this.filterItems[2].choices = temp; |
353 | this.filterItems[3].choices = this.filter.color || []; | 353 | this.filterItems[3].choices = this.filter.color || []; |
-
Please register or login to post a comment