Browse Source

Merge branch 'hotfix/index-bug' of duanxiaoduan/tmr-group-admin into release/v1.0.2

duanxiaoduan 1 year ago
parent
commit
08b036c863
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/dashboard/index.vue

+ 2 - 1
src/views/dashboard/index.vue

@@ -601,7 +601,8 @@
       },
       handleSeeRanking() {
         this.accuracy.dialogStatus = 'seeRanking'
-        this.accuracy.dialogFormVisible = true
+        this.accuracy.dialogFormVisible = true
+        this.accuracy.seeRanking.list = []
         this.getSeeRankingList()
       },
       getSeeRankingList(item) {