diff --git a/src/views/Report/ReportManager.vue b/src/views/Report/ReportManager.vue index ccb3653..0bcd3f5 100644 --- a/src/views/Report/ReportManager.vue +++ b/src/views/Report/ReportManager.vue @@ -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); }) // })