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 = '导出文件'