bug修复

uat_us
caiyiling 2024-03-11 10:53:16 +08:00
parent ebddc9beb2
commit 313bc28a96
1 changed files with 3 additions and 1 deletions

View File

@ -718,7 +718,9 @@ export default {
// requestPoolManager.startTaskTimer()
this.imageList.map(image => {
requestPoolManager.loadAndCacheImagePlus(image.imageId, image.seriesId, image.priority).then(res => {
this.imageLoaded(image, res.data.string('x0020000e'))
if(res){
this.imageLoaded(image, res.data.string('x0020000e'))
}
})
})
requestPoolManager.sortTaskPool()