Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
commit
13ab2dbbfd
|
@ -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