From c4ea5296cbc237fa9bad5e464ea70d4a4b71ff64 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Sun, 26 Jan 2025 01:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E4=B8=8B=E8=BD=BD=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E9=BB=98=E8=AE=A4=E5=8E=9F=E5=A7=8B=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/system/file/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/src/views/system/file/index.vue b/Web/src/views/system/file/index.vue index 288679d2..ea73a141 100644 --- a/Web/src/views/system/file/index.vue +++ b/Web/src/views/system/file/index.vue @@ -287,7 +287,7 @@ const handleUpload = async () => { const handleDownload = async (row: any) => { // var res = await getAPI(SysFileApi).sysFileDownloadPost({ id: row.id }); var fileUrl = fetchFileUrl(row); - downloadByUrl({ url: fileUrl }); + downloadByUrl({ url: fileUrl, fileName: row.fileName }); }; // 删除