【修改】下载

This commit is contained in:
zhoulingpo
2023-05-26 13:44:54 +08:00
parent 7296af88e7
commit 0ee3472c85
+1 -1
View File
@@ -742,7 +742,7 @@ export default {
// cancelButtonText: '取消',
// type: 'warning'
// }).then(() => {
this.$api.report.reportDownload({ reportId:row.id }).then(res => {
this.$api.report.reportDownloadALL({ reportId:row.id }).then(res => {
downloadFile(res);
})
// })