bug修复
parent
ebddc9beb2
commit
313bc28a96
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue