fix(upload): 传递 attributeType 参数到 uploadDocumentToServer
This commit is contained in:
@@ -155,7 +155,8 @@ async function handleFileUpload(
|
||||
documentId,
|
||||
isReupload,
|
||||
jwtToken,
|
||||
attachments
|
||||
attachments,
|
||||
attributeType
|
||||
);
|
||||
|
||||
// console.log('【handleFileUpload】uploadDocumentToServer返回:', {
|
||||
|
||||
Reference in New Issue
Block a user