Browse Source

元素识别传参

gangyj 3 năm trước cách đây
mục cha
commit
496e9798c4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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) {//获取清表信息