Authored by 孙凯

修改 多品店 筛选 - 切换不同品牌 不刷新的问题 review by jianqiu

@@ -92,9 +92,9 @@ export default class BrandStoreService { @@ -92,9 +92,9 @@ export default class BrandStoreService {
92 sales: 'Y', 92 sales: 'Y',
93 stocknumber: 1, 93 stocknumber: 1,
94 attribute_not: 2, 94 attribute_not: 2,
  95 + brand,
95 ...filterFactors, 96 ...filterFactors,
96 v, 97 v,
97 - brand,  
98 } 98 }
99 }) 99 })
100 .then((json) => { 100 .then((json) => {