walter 10 mesi fa
parent
commit
8a45f6370c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
       })
     },