Compare commits
2 Commits
feecd56c73
...
147c21a5eb
Author | SHA1 | Date |
---|---|---|
|
147c21a5eb | |
|
73e45afe21 |
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue