Browse Source

元素识别传参

gangyj 3 years ago
parent
commit
496e9798c4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/exctab/ElementIdentification/index.vue

+ 2 - 2
src/views/exctab/ElementIdentification/index.vue

@@ -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) {//获取清表信息