Procházet zdrojové kódy

首页查看排名初始数据置空

duanxiaoduan před 1 rokem
rodič
revize
884a00300b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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) {