From ac5c1feb739e156bcbf1761a207f2d1be1f2f6f7 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Tue, 26 Apr 2022 16:26:12 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=88=86=E5=8F=91=E8=B5=84=E6=96=99?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WorkingGroupProjectDataMaintenance.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/projectManagement/WorkingGroupProjectDataMaintenance.vue b/src/views/projectManagement/WorkingGroupProjectDataMaintenance.vue index 8425e37..081a56b 100644 --- a/src/views/projectManagement/WorkingGroupProjectDataMaintenance.vue +++ b/src/views/projectManagement/WorkingGroupProjectDataMaintenance.vue @@ -58,6 +58,7 @@ 分发 + 下载 删除 @@ -202,6 +203,13 @@ export default { this.distributeModalVisible = true this.isBatchDistribute = false }, + /** + * 下载 + * @param record + */ + handleDownload(record) { + downloadFile(`sys/common/download/${record.fileId}`, record.fileName) + }, handleExportXls(fileName) { if (!fileName || typeof fileName != 'string') { fileName = '导出文件'