From d54dfae99f38e734043c9d5f8e098d2e79a0adea Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 31 Jul 2025 09:31:41 +0800 Subject: [PATCH] 1 --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 918d0a87..e3e236fa 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1560,9 +1560,9 @@ export default { this.saveCustomAnnotationTimer = setTimeout(()=>{this.saveCustomAnnotation(annotation)},500) } } else { - if (this.isNumber(operateStateEnum)) { - this.removeAnnotation(annotation) - } + // if (this.isNumber(operateStateEnum)) { + // this.removeAnnotation(annotation) + // } } }