Browse Source

Merge branch 'msg-sever' into dev

haojianlong 5 years ago
parent
commit
ea6aeb2beb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/ledger/spacelist/index.vue

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

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