From 254e43ac3dddd9da3cec377edb8c194070e53e02 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 30 Jul 2026 10:47:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=89=B2=E7=90=83=E4=BD=93=E5=B7=A5?= =?UTF-8?q?=E5=85=B7bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/Segmentations.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue index ca8c1926..9ac946d7 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -804,12 +804,16 @@ export default { toolGroup.setToolPassive(this.activeTool) } this.$emit('update:activeTool', '') + } else if (this.activeTool === name) { + toolGroup.setToolPassive(this.ThresholdTools[1]) + this.$emit('update:activeTool', '') } else { if (this.activeTool) { if (toolName === CrosshairsTool.toolName) { toolGroup.setToolDisabled(this.activeTool) } else { toolGroup.setToolPassive(this.activeTool) + toolGroup.setToolPassive(this.ThresholdTools[1]) } } toolGroup.setToolActive(toolName, {