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 }