Compare commits

..

2 Commits

Author SHA1 Message Date
熊飞 147c21a5eb Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details
2024-01-24 17:30:12 +08:00
熊飞 73e45afe21 1 2024-01-24 17:30:05 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -1321,6 +1321,7 @@ export default {
Uploaded: [], Uploaded: [],
FileCount: 0 FileCount: 0
} }
let dicomInfo = scope.uploadQueues[index].dicomInfo
let fileList = scope.uploadQueues[index].fileList let fileList = scope.uploadQueues[index].fileList
fileList.forEach(v => { fileList.forEach(v => {
Record.Failed.push(v.webkitRelativePath) Record.Failed.push(v.webkitRelativePath)