From d82d537971299259cfba932731c912920abaa6fb Mon Sep 17 00:00:00 2001 From: wren Date: Wed, 18 Mar 2026 23:15:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(upload):=20=E4=BC=A0=E9=80=92=20attributeTy?= =?UTF-8?q?pe=20=E5=8F=82=E6=95=B0=E5=88=B0=20uploadDocumentToServer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/files.upload.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routes/files.upload.tsx b/app/routes/files.upload.tsx index 3bf4e4a..a3028a8 100644 --- a/app/routes/files.upload.tsx +++ b/app/routes/files.upload.tsx @@ -155,7 +155,8 @@ async function handleFileUpload( documentId, isReupload, jwtToken, - attachments + attachments, + attributeType ); // console.log('【handleFileUpload】uploadDocumentToServer返回:', {