crc上传文件大小统计修改
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-05-13 15:40:30 +08:00
parent 39f7ba7181
commit 9852d99a4a
1 changed files with 5 additions and 0 deletions

View File

@ -1459,6 +1459,11 @@ export default {
) {
dicomInfo.uploadFileSize = dicomInfo.fileSize
}
if (
Math.abs(dicomInfo.uploadFileSize - dicomInfo.fileSize) < 5000
) {
dicomInfo.uploadFileSize = dicomInfo.fileSize
}
}
)
if (!res || !res.url) {