From 290e9245e94e173fd5c15695e9845ded6e4deb54 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Wed, 15 Jul 2026 15:31:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E5=93=81=E6=8F=90=E4=BA=A4-=E6=9C=AA?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E9=9C=80?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=AF=A6=E6=83=85=E4=B8=AD=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Competitions/Detail/components/WorkSubmit/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Competitions/Detail/components/WorkSubmit/index.tsx b/src/pages/Competitions/Detail/components/WorkSubmit/index.tsx index d4c5b04a9..58a47f629 100644 --- a/src/pages/Competitions/Detail/components/WorkSubmit/index.tsx +++ b/src/pages/Competitions/Detail/components/WorkSubmit/index.tsx @@ -318,6 +318,7 @@ const WorkSubmit: FC = ({ url: values.url, stage_id: gameItem?.id, result_url: rowTable?.result_url, + file_name: fileList?.[0]?.name || rowTable?.file_name, module_type: 'worksubmit', competition_team_id: values.competition_team_id }