From bdb0060beae0e7fb68371908355f8481e04cced9 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Mon, 8 Dec 2025 16:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archivingManager/components/rightTable.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();