ソースを参照

修改空间台账自动弹出

haojianlong 5 年 前
コミット
0b197b359e
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/views/ledger/spacelist/index.vue

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

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