Browse Source

修改切换品牌、服务数据显示错误问题

pull/130/head
zq 6 days ago
parent
commit
5ad01c3115
  1. 19
      src/views/super/Ranking/RankBatchList.vue

19
src/views/super/Ranking/RankBatchList.vue

@ -268,11 +268,8 @@ export default {
document.title = this.pageTitle;
this.text = this.getNowDate()
this.dataType = this.type
const dataRankObj = {
'check_type':'1',
'ver_type':'2'
}
this.dataRank = dataRankObj[this.selectedType]
this.dataRank = this.rank_type
this.getRankingData();
},
@ -442,12 +439,12 @@ export default {
this.show_detail_index = row.sort
},
changeRankType() {
const dataRankObj = {
'check_type':'1',
'ver_type':'2'
}
// const dataRankObj = {
// 'check_type':'1',
// 'ver_type':'2'
// }
this.dataType = this.selectedType
this.dataRank = dataRankObj[this.selectedType]
// this.dataRank = dataRankObj[this.selectedType]
this.getRankingData()
},
//
@ -705,4 +702,4 @@ export default {
color: #1E2226;
height: 100%;
}
</style>
</style>

Loading…
Cancel
Save