src/views/CNAS/systemManagement/documentRecords/distributionCollectionRecord.vue
@@ -301,7 +301,6 @@ exportOutManageRecordIssueRecycle(this.queryParams).then(res => { this.outLoading = false if (res.code == 201) return this.$message.error('导出失败') this.$message.success('导出成功') let url = this.javaApi + '/word/' + res.data this.$download.saveAs(url, '文件发放与回收记录') })