diff --git a/src/components/table/report/builtinReportTable.vue b/src/components/table/report/builtinReportTable.vue
index 776a3bb3..142077dd 100644
--- a/src/components/table/report/builtinReportTable.vue
+++ b/src/components/table/report/builtinReportTable.vue
@@ -62,7 +62,7 @@
{{ $t('overall.all') }}
- {{$t('report.batchDow')}}
+ {{$t('report.batchDow')}}
@@ -124,7 +124,7 @@ export default {
},
batchDownload: function () {
this.downloadAgentFlag = true
- get('/report/export', { id: this.checkboxIds }).then(data => {
+ get('/report/job/batchDownloadPdf', { ids: this.checkboxIds }).then(data => {
this.downloadAgentFlag = false
let fileName = 'confagent'
const disposition = data.headers['content-disposition']