From 84f68c79f096ce7a224e1aa460f49b784eee73e7 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 30 Mar 2026 10:52:28 +0800 Subject: [PATCH] 1 --- .../reading/dicoms3D/components/VolumeViewport.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {