diff --git a/src/views/archivingManager/components/rightTable.vue b/src/views/archivingManager/components/rightTable.vue index 4207886c..00e0c644 100644 --- a/src/views/archivingManager/components/rightTable.vue +++ b/src/views/archivingManager/components/rightTable.vue @@ -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();