|
@@ -1575,7 +1575,7 @@ export default {
|
|
|
//有引用id,回显
|
|
|
//this.selected = true;
|
|
|
|
|
|
- findWbsTreeList(2).then((res) => {
|
|
|
+ findWbsTreeList(3).then((res) => {
|
|
|
let arr = [{
|
|
|
label: '公有库',
|
|
|
options: [],
|
|
@@ -1619,7 +1619,7 @@ export default {
|
|
|
|
|
|
this.selectData.referenceWbsTemplateIdMeter = WbsId
|
|
|
|
|
|
- console.log("征拆", this.selectData)
|
|
|
+ console.log("计两", this.selectData)
|
|
|
})
|
|
|
|
|
|
} else {
|
|
@@ -1754,7 +1754,7 @@ export default {
|
|
|
this.projectForm.referenceWbsTemplateTypeMeter === 'private' && refId != null && refId.toString().length > 0 &&this.templateType===3) {
|
|
|
// 私有库右边树形数据是通过 pkeyId 查询的
|
|
|
let ids = refId.toString().split(",");
|
|
|
- console.log(ids,'征拆');
|
|
|
+ console.log(ids,'计量');
|
|
|
this.finalIds=ids
|
|
|
if (ids.length > 1) {
|
|
|
refId = ids[0]
|
|
@@ -1803,7 +1803,7 @@ export default {
|
|
|
else if (this.projectForm.referenceWbsTemplateTypeLar === 'private'&& refId != null && refId.toString().length > 0&&this.templateType==5) {
|
|
|
WbsId = priv.pkeyId
|
|
|
}
|
|
|
- else if (this.projectForm.referenceWbsTemplateTypeMeter === 'private'&& refId != null && refId.toString().length > 0&&this.templateType==2) {
|
|
|
+ else if (this.projectForm.referenceWbsTemplateTypeMeter === 'private'&& refId != null && refId.toString().length > 0&&this.templateType==3) {
|
|
|
WbsId = priv.pkeyId
|
|
|
}
|
|
|
else {//公有
|