|
@@ -308,7 +308,7 @@ var productList = new Vue({
|
|
|
this.params.brandIds = this.hrefBrandId +',';
|
|
|
this.isChoiceBrandText = true
|
|
|
const names = brandIdsArray.map(function (item) {
|
|
|
- const find = _self.defaultBrandLists.find(el => el.id === item*1)
|
|
|
+ const find = _self.defaultBrandLists.find(el => el.brandId === item*1)
|
|
|
return find && find.name
|
|
|
})
|
|
|
this.choiceBrandText = names.join(',').slice(0,15)
|