src/views/CNAS/systemManagement/documentRecords/distributionCollectionRecord.vue
@@ -300,9 +300,7 @@ this.outLoading = true exportOutManageRecordIssueRecycle(this.queryParams).then(res => { this.outLoading = false if (res.code == 201) return this.$message.error('导出失败') let url = this.javaApi + '/word/' + res.data this.$download.saveAs(url, '文件发放与回收记录') this.$download.downloadFileFromUrl(res.data, '文件发放与回收记录') }) }, getList() { @@ -365,7 +363,7 @@ this.upLoading = false; if (response.code == 200) { this.$message.success('上传成功'); this.refreshTable()() this.refreshTable() } else { this.$message.error('上传失败'); }