|
@@ -701,6 +701,7 @@ export default {
|
|
|
// 0公开价格 1不公开价格 2仅对资质机构公开
|
|
|
productIdArr.push(item.productId)
|
|
|
})
|
|
|
+ this.priceLoading = true
|
|
|
this.productIds = productIdArr.join(',')
|
|
|
this.ProductService.querySearchProductPrice({
|
|
|
flag: this.actasFlag, //查询促销标记 1协销 2机构 3供应商
|
|
@@ -751,7 +752,7 @@ export default {
|
|
|
} else {
|
|
|
this.listQuery.sortType = 0
|
|
|
}
|
|
|
- this.listQuery.sortField = 'p_sales'
|
|
|
+ this.listQuery.sortField = 'sales'
|
|
|
this.getListFromServer()
|
|
|
} else if (index == 2) {
|
|
|
this.tabIndex = 2
|
|
@@ -764,7 +765,7 @@ export default {
|
|
|
} else {
|
|
|
this.listQuery.sortType = 0
|
|
|
}
|
|
|
- this.listQuery.sortField = 'p_favorite'
|
|
|
+ this.listQuery.sortField = 'favorite'
|
|
|
this.getListFromServer()
|
|
|
} else if (index == 3) {
|
|
|
this.tabIndex = 3
|
|
@@ -777,7 +778,7 @@ export default {
|
|
|
} else {
|
|
|
this.listQuery.sortType = 0
|
|
|
}
|
|
|
- this.listQuery.sortField = 'p_price'
|
|
|
+ this.listQuery.sortField = 'price'
|
|
|
this.getListFromServer()
|
|
|
} else if (index == 4) {
|
|
|
this.brandParam.keyword = this.listQuery.keyword
|
|
@@ -928,6 +929,7 @@ export default {
|
|
|
choiceBrandAll(){
|
|
|
// 点击选择全部品牌
|
|
|
this.isAllcheckedBrand = true
|
|
|
+ this.listQuery.brandIds = ''
|
|
|
this.brandLists.forEach(el=>{
|
|
|
el.isChecked = false
|
|
|
})
|