修改 多品店 筛选 - 切换不同品牌 不刷新的问题 review by jianqiu
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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) => { |
-
Please register or login to post a comment