gangyj 3 жил өмнө
parent
commit
496e9798c4

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

@@ -496,8 +496,8 @@ export default {
       }
     },
     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)
     },
     async selectByNodeTable (id) {//获取清表信息