diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/VolumeViewport.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/VolumeViewport.vue index 635eb876..70f2d6a3 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/VolumeViewport.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/VolumeViewport.vue @@ -481,12 +481,12 @@ export default { async createImageIdsAndCacheMetaData(obj) { this.loading = true try { - return await createImageIdsAndCacheMetaData({ + return await createImageIdsAndCacheMetaData({ modality: obj.Modality, imageIds: obj.ImageIds - }) + }) } finally { - this.loading = false + this.loading = false } }, async getVolume(serie, isFusion = false) {