Compare commits
No commits in common. "147c21a5ebbf0a045a8ce484c06ffdca2d87db0b" and "feecd56c7308f017862c63f24210b881019a2729" have entirely different histories.
147c21a5eb
...
feecd56c73
|
@ -1321,7 +1321,6 @@ 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