diff --git a/src/views/system/print/pdfBizPrintSet.vue b/src/views/system/print/pdfBizPrintSet.vue index 8cdef93..ad0a89e 100644 --- a/src/views/system/print/pdfBizPrintSet.vue +++ b/src/views/system/print/pdfBizPrintSet.vue @@ -413,7 +413,7 @@ export default { }, jumpDl(row) { - this.handleDownload(this.BASE_URL + "/udiwms/donwload/file?fileName=" + row.templateDlUrl, row.name + ".jrxml"); + this.handleDownload(this.BASE_URL + "/udiwms/donwload/printFile?fileName=" + row.templateDlUrl, row.name + ".jrxml"); }, getModuleList() { this.moduleLoading = true;