|
|
|
@ -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> |
|
|
|
|