修复上传附件(JUpload)在returnUrl为false多文件上传时附件数错误的问题

pull/155/head
heqin 2022-09-21 19:38:52 +08:00
parent a0d590c2e7
commit 43db6d8b2e
1 changed files with 2 additions and 0 deletions

View File

@ -291,6 +291,8 @@
fileSize: item.size,
};
newFileList.push(fileJson);
} else {
return;
}
}
emitValue(newFileList);