This commit is contained in:
parent
d1ba466efd
commit
bdb0060bea
|
|
@ -474,9 +474,9 @@ const submitRectifyNotice = async () => {
|
|||
const fileIds = rectifyNoticeForm.selectedFiles.map(file => file.fileSourceId).join(',');
|
||||
|
||||
await submitRectifyNoticeApi({
|
||||
fileId: fileIds, // 逗号分隔的文件ID
|
||||
proId: props.projectId, // 项目ID
|
||||
description: rectifyNoticeForm.rectifyDescription // 整改描述
|
||||
fileId: fileIds,
|
||||
proId: props.projectId,
|
||||
description: rectifyNoticeForm.rectifyDescription
|
||||
});
|
||||
|
||||
loading.close();
|
||||
|
|
|
|||
Loading…
Reference in New Issue