|
@@ -413,7 +413,8 @@ export default {
|
|
|
this.savelinktableInfo1({
|
|
|
linkids: row.id,
|
|
|
tabId: this.from.id,
|
|
|
- type:1
|
|
|
+ type:1,
|
|
|
+ wbsId:this.GLExcelFrom.name
|
|
|
})
|
|
|
.then(() => {
|
|
|
row.checknd = true;
|
|
@@ -426,7 +427,8 @@ export default {
|
|
|
this. savelinktableInfo1({
|
|
|
linkids: row.id,
|
|
|
tabId: this.from.id,
|
|
|
- type:4
|
|
|
+ type:4,
|
|
|
+ wbsId:this.GLExcelFrom.name
|
|
|
})
|
|
|
.then(() => {
|
|
|
row.checknd = false;
|
|
@@ -503,7 +505,8 @@ export default {
|
|
|
this.savelinktableInfo({
|
|
|
linkids: this.selectNodeIds,
|
|
|
tabId: this.from.id,
|
|
|
- type:2
|
|
|
+ type:2,
|
|
|
+ wbsId:this.GLExcelFrom.name
|
|
|
})
|
|
|
|
|
|
// this.submitExcelRelationWbsTreeAndElement({
|