Explorar o código

元素识别传参

gangyj %!s(int64=3) %!d(string=hai) anos
pai
achega
496e9798c4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) {//点击节点事件
-      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) {//获取清表信息