src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue
@@ -345,9 +345,7 @@ this.outLoading = true exportOutManageRecordIntervals(this.queryParams).then(res => { this.outLoading = false if (res.code == 201) return this.$message.error('导出失败') let url = this.javaApi + 'word/' + res.message this.$download.saveAs(url, "文件定期审查记录"); this.$download.saveAs(row.data, '文件定期审查记录') }) }, getList() { @@ -543,8 +541,7 @@ } }, handleDown0(row) { let url = this.javaApi + '/word/' + row.url this.$download.saveAs(url, "所有文件定期检查记录"); this.$download.saveAs(row.url, '所有文件定期检查记录') }, // 提交 handleSubmit(row) {