uat_us
caiyiling 2024-01-17 11:22:58 +08:00
commit 13ab2dbbfd
1 changed files with 3 additions and 0 deletions

View File

@ -641,6 +641,9 @@ export default {
})(i) })(i)
} }
p.then(function(result) { p.then(function(result) {
scope.uploadQueues.forEach(v => {
scope.$refs.dicomFilesTable.toggleRowSelection(v, true)
})
scope.scanState = 'finished' scope.scanState = 'finished'
scope.isScan = true scope.isScan = true
}) })