src/views/CNAS/systemManagement/documentRecords/approvalRecord.vue
@@ -284,7 +284,7 @@ exportOutManageRecordCheck(this.queryParams).then(res => { this.outLoading = false if (res.code == 201) return this.$message.error('导出失败') let url = this.javaApi + '/word/' + res.message let url = this.javaApi + '/word/' + res.data this.$download.saveAs(url, '文件审批记录') }) },