|
@@ -1371,6 +1371,10 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ const rexIndustry = FilterHistoryViewModel2AjaxModel.formatIndustry(
|
|
|
|
+ this.filters.industry
|
|
|
|
+ )
|
|
|
|
+
|
|
const params = {
|
|
const params = {
|
|
pageNum: this.listState.pageNum,
|
|
pageNum: this.listState.pageNum,
|
|
pageSize: this.listState.pageSize,
|
|
pageSize: this.listState.pageSize,
|
|
@@ -1392,9 +1396,7 @@ export default {
|
|
additionalWords,
|
|
additionalWords,
|
|
selectType: this.filters.scope.join(','), // 搜索范围
|
|
selectType: this.filters.scope.join(','), // 搜索范围
|
|
price: FilterHistoryViewModel2AjaxModel.formatPrice(price),
|
|
price: FilterHistoryViewModel2AjaxModel.formatPrice(price),
|
|
- industry: FilterHistoryViewModel2AjaxModel.formatIndustry(
|
|
|
|
- this.filters.industry
|
|
|
|
- ), // 行业
|
|
|
|
|
|
+ industry: FilterHistoryViewModel2AjaxModel.formatFilterApiOther(rexIndustry), // 行业
|
|
buyerClass: this.filters.buyerClass.join(','),
|
|
buyerClass: this.filters.buyerClass.join(','),
|
|
winnerTel: this.filters.winnerConcat.join(','),
|
|
winnerTel: this.filters.winnerConcat.join(','),
|
|
buyerTel: this.filters.buyerConcat.join(','),
|
|
buyerTel: this.filters.buyerConcat.join(','),
|
|
@@ -1959,7 +1961,9 @@ export default {
|
|
additionalWords = moreKeywordsMode.tags.join(',')
|
|
additionalWords = moreKeywordsMode.tags.join(',')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ const rexIndustry = FilterHistoryViewModel2AjaxModel.formatIndustry(
|
|
|
|
+ this.filters.industry
|
|
|
|
+ )
|
|
const params = {
|
|
const params = {
|
|
searchvalue: this.topSearch.input,
|
|
searchvalue: this.topSearch.input,
|
|
selectType: this.filters.scope.join(','), // 搜索范围
|
|
selectType: this.filters.scope.join(','), // 搜索范围
|
|
@@ -1967,9 +1971,7 @@ export default {
|
|
area, // 地区省份(保存筛选接口用到)
|
|
area, // 地区省份(保存筛选接口用到)
|
|
city,
|
|
city,
|
|
district,
|
|
district,
|
|
- industry: FilterHistoryViewModel2AjaxModel.formatIndustry(
|
|
|
|
- this.filters.industry
|
|
|
|
- ), // 行业
|
|
|
|
|
|
+ industry: FilterHistoryViewModel2AjaxModel.formatFilterApiOther(rexIndustry), // 行业
|
|
minprice: this.filters.price.start,
|
|
minprice: this.filters.price.start,
|
|
maxprice: this.filters.price.end,
|
|
maxprice: this.filters.price.end,
|
|
publishtime: FilterHistoryViewModel2AjaxModel.formatTime(
|
|
publishtime: FilterHistoryViewModel2AjaxModel.formatTime(
|