@@ -255,7 +255,8 @@
},
openComputed(result) {
this.$emit('openComputed', result)
- }
+ },
+
components: {RelationMaintain}
}
@@ -192,6 +192,9 @@ export default {
getMutiCount() {
getSpaceBdFlCount({}, res => {
this.mutiCount = res.Count;
+ if (this.mutiCount > 0) {
+ this.getTips();
+ }
})
// 获取关系是否需要计算
@@ -174,6 +174,7 @@
type: 'error'
+ this.init()
templateDown() { //下载模板
@@ -232,6 +233,7 @@
SystemName: this.currentRelationTypeName
sysDirection(param, res => {