src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue
@@ -450,7 +450,6 @@ exportOutManageRecordIntervals(this.queryParams).then(res => { this.outLoading = false if (res.code == 201) return this.$message.error('导出失败') this.$message.success('导出成功') let url = this.javaApi + 'word/' + res.message this.$download.saveAs(url, "文件定期审查记录"); })