|
@@ -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事件
|