|
@@ -1329,6 +1329,7 @@ export default {
|
|
let refId = this.selectData.referenceWbsTemplateId;
|
|
let refId = this.selectData.referenceWbsTemplateId;
|
|
|
|
|
|
console.log(refId, '------------------- treeInit.refId ------------------------');
|
|
console.log(refId, '------------------- treeInit.refId ------------------------');
|
|
|
|
+ this.finalWbsid=refId
|
|
|
|
|
|
if (this.projectForm.referenceWbsTemplateType === 'private' && refId != null && refId.toString().length > 0) {
|
|
if (this.projectForm.referenceWbsTemplateType === 'private' && refId != null && refId.toString().length > 0) {
|
|
// 私有库右边树形数据是通过 pkeyId 查询的
|
|
// 私有库右边树形数据是通过 pkeyId 查询的
|
|
@@ -1423,7 +1424,7 @@ export default {
|
|
this.getTreeList();
|
|
this.getTreeList();
|
|
this.iswbsselected=false
|
|
this.iswbsselected=false
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ console.log(this.wbsId,'this.wbsId33333');
|
|
this.treeInitTrial()
|
|
this.treeInitTrial()
|
|
this.treeInitLar()
|
|
this.treeInitLar()
|
|
},
|
|
},
|