From 6997bf2b393d17a27c1e18d44957f46adbf30713 Mon Sep 17 00:00:00 2001 From: JayChou Date: Thu, 28 Nov 2024 20:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/race.ts | 2 +- src/views/userInfo/components/reacList.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/race.ts b/src/api/race.ts index c17a1b7..39c9660 100644 --- a/src/api/race.ts +++ b/src/api/race.ts @@ -118,4 +118,4 @@ export const sava = (data: any) => { method: 'POST', data, }) -} +} \ No newline at end of file diff --git a/src/views/userInfo/components/reacList.vue b/src/views/userInfo/components/reacList.vue index fd112db..21203be 100644 --- a/src/views/userInfo/components/reacList.vue +++ b/src/views/userInfo/components/reacList.vue @@ -24,7 +24,7 @@ link type="primary" size="small" - @click="download(row.fileUrl, row.fileName)" + @click="download(row.fileUrl)" v-if="row.uploadWorkFlag != 'no'" > 下载文件 @@ -115,7 +115,7 @@