修改前台导出报错

wangxinyuan
lwj 2024-08-23 08:43:38 +08:00
parent 6ad6fedf27
commit 1e31ff1748
1 changed files with 4 additions and 1 deletions

View File

@ -295,7 +295,10 @@ export default {
})
},
findSelectSourceExport(){
selectSourceExport(this.SourceReq).then();
this.download('source/source/export', {
...this.SourceReq
}, `type_${new Date().getTime()}.xlsx`)
// selectSourceExport(this.SourceReq).then();
},
handleSelectionChange(row){
this.ids=[];