浏览代码

关联清表传tableid

duy 2 年之前
父节点
当前提交
9b24a09f5f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/manager/projectinfo/tree.vue

+ 2 - 0
src/views/manager/projectinfo/tree.vue

@@ -2693,10 +2693,12 @@ export default {
       setTimeout(() => {
         this.$refs.tree.setCheckedKeys([scope.row.excelId]);
       }, 2000);
+       this.GLExcelFrom.initTableId = scope.row.initTableId;
       this.GLExcelFrom.id = scope.row.pkeyId;
       this.GLExcelFrom.excelId = scope.row.excelId;
       this.GLExcelFrom.ids = scope.row.id;
       this.GLExcelFrom.initTableName = scope.row.initTableName;
+      console.log(this.GLExcelFrom,'this.GLExcelFrom');
     },
     changetherr() {
       //清表类型选择框change事件