|
@@ -7,7 +7,6 @@
|
|
|
:content="content"
|
|
|
:source="source"
|
|
|
:TableVisibleMoreLoading="TableVisibleMoreLoading"
|
|
|
- @template="templateDown"
|
|
|
@calcSpecial="calcSpecial"
|
|
|
@openComputed="openComputed"
|
|
|
@RelationType="RelationType"
|
|
@@ -85,8 +84,7 @@
|
|
|
],
|
|
|
loading: false,
|
|
|
source: [],//源端数据
|
|
|
- ops: [],
|
|
|
- currentRelationTypeName: '',//当前点击图片的RelationTypeName
|
|
|
+ currentRelationTypeName: '',//当前点击卡片的RelationTypeName
|
|
|
TableVisibleMoreLoading: false,
|
|
|
}
|
|
|
},
|
|
@@ -165,11 +163,7 @@
|
|
|
projectId: this.projectId
|
|
|
}
|
|
|
}
|
|
|
- // businessSpaceAll(param, res => {
|
|
|
- //
|
|
|
- // })
|
|
|
businessSpaceAll(param).then(res=> {
|
|
|
- console.log(param,'param===')
|
|
|
if(res.data.Result === 'failure') {
|
|
|
this.$message({
|
|
|
message: '计算失败',
|
|
@@ -179,8 +173,6 @@
|
|
|
this.init()
|
|
|
})
|
|
|
},
|
|
|
- templateDown() { //下载模板
|
|
|
- },
|
|
|
calcSpecial(relation) {
|
|
|
this.currentRelationTypeName = relation.RelationTypeName
|
|
|
if (relation.IsSource) { //配置云末端
|