|
@@ -496,8 +496,8 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
handleNodeClickExcel (data) {//点击节点事件
|
|
handleNodeClickExcel (data) {//点击节点事件
|
|
- this.addElementForm.wbsId = data.id
|
|
|
|
- this.addElementForm.parentId = data.parentId
|
|
|
|
|
|
+ this.addElementForm.wbsId = this.GLExcelFrom.name
|
|
|
|
+ this.addElementForm.parentId = data.id
|
|
this.selectByNodeTable(data.id)
|
|
this.selectByNodeTable(data.id)
|
|
},
|
|
},
|
|
async selectByNodeTable (id) {//获取清表信息
|
|
async selectByNodeTable (id) {//获取清表信息
|