Przeglądaj źródła

Merge branch 'msg-sever' into dev

haojianlong 4 lat temu
rodzic
commit
4926c4b994
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/views/ledger/spacelist/index.vue

+ 3 - 0
src/views/ledger/spacelist/index.vue

@@ -192,6 +192,9 @@ export default {
     getMutiCount() {
       getSpaceBdFlCount({}, res => {
         this.mutiCount = res.Count;
+        if (this.mutiCount > 0) {
+          this.getTips();
+        }
       })
     },
     // 获取关系是否需要计算