作品提交-未重新上传文件需上传详情中的文件名
This commit is contained in:
parent
f44595652c
commit
290e9245e9
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue