From 5ad01c311505d7bd3f12400172cdcd52301b5a4e Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 5 Dec 2025 16:23:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=87=E6=8D=A2=E5=93=81?= =?UTF-8?q?=E7=89=8C=E3=80=81=E6=9C=8D=E5=8A=A1=E6=95=B0=E6=8D=AE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/super/Ranking/RankBatchList.vue | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/views/super/Ranking/RankBatchList.vue b/src/views/super/Ranking/RankBatchList.vue index 9999c9f..b04a9ca 100644 --- a/src/views/super/Ranking/RankBatchList.vue +++ b/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%; } - \ No newline at end of file + -- 1.8.3.1