walter 10 months ago
parent
commit
8a45f6370c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/point/views/pointHome.vue

+ 1 - 0
src/point/views/pointHome.vue

@@ -1617,6 +1617,7 @@ export default {
       this.$socketApiTow.sendData(msg,(res) => {
         if (res.type !== msg.type || res.code !== 1) return;
         this.deptRankList = res.result.list;
+        this.deptRankList.reverse()
         this.deptRankLoading = false;
       })
     },