Merge pull request #155 from WalkingMoonWell/master

修复上传附件(JUpload)在returnUrl为false多文件上传时附件数错误的问题
pull/170/head^2
JEECG 2022-09-29 15:19:01 +08:00 committed by GitHub
commit 3ac00df8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);