自动选中待上传的影像

uat_us
熊飞 2024-01-17 11:21:20 +08:00
parent 5a55209fa1
commit f0b7e936e3
1 changed files with 3 additions and 0 deletions

View File

@ -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
})