src/views/business/reportPreparation/index.vue
@@ -547,7 +547,7 @@ downFile({ id: row.id, }).then(res => { this.$download.downloadFileFromUrl(res.data.fileUrl, row.fileName); this.$download.saveAs(res.data.fileUrl, row.fileName); }).catch(error => { }) @@ -734,6 +734,7 @@ }, // 查看报告 viewIssued(row) { console.log('this.javaApi', this.javaApi) this.currentInfo = row; let fileName = (row.urlS === null || row.urlS === '') ? row.url : row.urlS let fileType = "docx"