Browse Source

Merge branch 'dev' of git.sagacloud.cn:web/ibms into dev

zhangyu 4 years ago
parent
commit
49c571a3ed

+ 2 - 1
src/components/relation/overview/CardList.vue

@@ -255,7 +255,8 @@
       },
       openComputed(result) {
         this.$emit('openComputed', result)
-      }
+      },
+
     },
     components: {RelationMaintain}
   }

+ 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();
+        }
       })
     },
     // 获取关系是否需要计算

+ 2 - 0
src/views/relation/overview/index.vue

@@ -174,6 +174,7 @@
               type: 'error'
             })
           }
+          this.init()
         })
       },
       templateDown() { //下载模板
@@ -232,6 +233,7 @@
           SystemName: this.currentRelationTypeName
         }
         sysDirection(param, res => {
+          this.init()
         })
       }