Compare commits
2 Commits
14a397b70b
...
c78ea676b2
Author | SHA1 | Date |
---|---|---|
|
c78ea676b2 | |
|
f0b7e936e3 |
|
@ -641,6 +641,9 @@ export default {
|
|||
})(i)
|
||||
}
|
||||
p.then(function(result) {
|
||||
scope.uploadQueues.forEach(v => {
|
||||
scope.$refs.dicomFilesTable.toggleRowSelection(v, true)
|
||||
})
|
||||
scope.scanState = 'finished'
|
||||
scope.isScan = true
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue