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(',');
|
const fileIds = rectifyNoticeForm.selectedFiles.map(file => file.fileSourceId).join(',');
|
||||||
|
|
||||||
await submitRectifyNoticeApi({
|
await submitRectifyNoticeApi({
|
||||||
fileId: fileIds, // 逗号分隔的文件ID
|
fileId: fileIds,
|
||||||
proId: props.projectId, // 项目ID
|
proId: props.projectId,
|
||||||
description: rectifyNoticeForm.rectifyDescription // 整改描述
|
description: rectifyNoticeForm.rectifyDescription
|
||||||
});
|
});
|
||||||
|
|
||||||
loading.close();
|
loading.close();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue