更新附件追加功能,新增removeAnnotations参数以控制注释移除逻辑,优化文件上传接口调用。

This commit is contained in:
2025-09-12 14:54:03 +08:00
parent 52af1008fe
commit 004a31ee08
3 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -921,7 +921,8 @@ export default function FilesUpload() {
attachmentMergeMode,
true, // isReprocess
attachmentRemark || undefined,
loaderData.frontendJWT as string | undefined
loaderData.frontendJWT as string | undefined,
true // removeAnnotations
);
if (result.error) {