From c33c2d6a09a185ea76fb8577fa5ed26e0563de79 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 25 Jul 2025 10:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=9D=9Edicom=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E3=80=91=E6=9B=B4=E5=A4=9A=E4=B8=AD=E7=9A=84=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E7=94=BB=E5=87=BA=E7=9A=84=E6=A0=87=E8=AE=B0=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E4=B8=BA=E4=B8=B4=E6=97=B6=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/visit-review/components/FileViewer.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue index c9756686..cf0adc29 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue @@ -901,6 +901,7 @@ export default { } this.setToolsPassive() } + if (this.customizeStandardsNoneDicom.find(item => item.toolName === annotation.metadata?.toolName)) return false const params = { id: annotation.annotationId, visitTaskId: this.viewportInfos[i].taskInfo.VisitTaskId, @@ -943,7 +944,7 @@ export default { this.setToolsPassive() return } - + if (this.customizeStandardsNoneDicom.find(item => item.toolName === annotation.metadata?.toolName)) return false const params = { id: '', visitTaskId: this.viewportInfos[i].taskInfo.VisitTaskId, @@ -978,6 +979,7 @@ export default { cornerstoneTools.annotation.state.removeAnnotation(annotation.annotationUID) return } + if (this.customizeStandardsNoneDicom.find(item => item.toolName === annotation.metadata?.toolName)) return false const params = { id: '', visitTaskId: this.form.annotationObj.visitTaskId,