|
@@ -264,7 +264,7 @@ export default {
|
|
|
this.addElementForm.wbsId = "";
|
|
|
// this.addElementForm.tableOwner = "";
|
|
|
this.getWbsTypeList();
|
|
|
- console.log(this.from,'点击节点数据');
|
|
|
+
|
|
|
|
|
|
this.getOwnerTypelist();
|
|
|
this.getColByTabId()
|
|
@@ -368,11 +368,12 @@ export default {
|
|
|
},
|
|
|
|
|
|
handleNodeClickExcel(data) {
|
|
|
- if(data.wbsType===2){
|
|
|
- this.excelType('trial_table_type');
|
|
|
- }else{
|
|
|
- this.excelType('table_type');
|
|
|
- }
|
|
|
+ this.excelType('table_type');
|
|
|
+ // if(data.wbsType===2){
|
|
|
+ // this.excelType('trial_table_type');
|
|
|
+ // }else{
|
|
|
+ // this.excelType('table_type');
|
|
|
+ // }
|
|
|
|
|
|
//点击节点事件
|
|
|
this.addElementForm.wbsId = this.GLExcelFrom.name;
|
|
@@ -669,7 +670,7 @@ export default {
|
|
|
const { data: res } = await getColByTabId({tabId: this.from.id });
|
|
|
|
|
|
// const { data: res } = await getColByTabId({tabId: '1537614072773054466' });
|
|
|
- console.log(res);
|
|
|
+
|
|
|
if (res.code === 200) {
|
|
|
res.data.forEach((element) => {
|
|
|
//element.eName = element.textInfo;
|