|
@@ -3749,13 +3749,13 @@ export default {
|
|
|
(res) => {
|
|
|
if (res.data.data && res.data.data.length) {
|
|
|
this.formData = res.data.data;
|
|
|
- this.formData.forEach((ele) => {
|
|
|
this.GLExcel = false;
|
|
|
this.formData.forEach((ele) => {
|
|
|
if(ele.excelId = this.GLExcelFrom.excelId){
|
|
|
this.GLExcelFrom.initTableId=ele.initTableId
|
|
|
}
|
|
|
})
|
|
|
+ console.log( this.GLExcelFrom,' this.GLExcelFrom');
|
|
|
|
|
|
|
|
|
this.rightClick(
|
|
@@ -3766,7 +3766,7 @@ export default {
|
|
|
this.GLExcelFrom.initTableId
|
|
|
);
|
|
|
|
|
|
- });
|
|
|
+
|
|
|
} else {
|
|
|
this.formData = [];
|
|
|
}
|