|
@@ -144,7 +144,6 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- // this.init();
|
|
|
this.getRelations()
|
|
|
this.childBackParam = this.$route.params;
|
|
|
},
|
|
@@ -250,14 +249,15 @@ export default {
|
|
|
let pa = {
|
|
|
Filters: `RelationType in ["bd2sp","fl2sp"];ComputationalState>1`
|
|
|
}
|
|
|
- getrelationTypeProject(pa, res => {
|
|
|
- if (res.Content.length) {
|
|
|
- this.needCalculate = true;
|
|
|
- } else {
|
|
|
- this.needCalculate = false;
|
|
|
+ // 后台暂无接口提供 todo
|
|
|
+ // getrelationTypeProject(pa, res => {
|
|
|
+ // if (res.Content.length) {
|
|
|
+ // this.needCalculate = true;
|
|
|
+ // } else {
|
|
|
+ // this.needCalculate = false;
|
|
|
this.init()
|
|
|
- }
|
|
|
- })
|
|
|
+ // }
|
|
|
+ // })
|
|
|
},
|
|
|
// 通过选中的tab-Code 获取选中的tab的所有数据
|
|
|
getItemForType() {
|