作品提交-未重新上传文件需上传详情中的文件名

This commit is contained in:
caishi 2026-07-15 15:31:43 +08:00
parent f44595652c
commit 290e9245e9
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ const WorkSubmit: FC<PageProps> = ({
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
}