From 71acbc5f78a3880b8659609b053d42e53a4464b3 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 16 Jul 2025 10:20:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=A0=87=E8=AE=B0=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=20=E6=9C=89markid=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=20=E4=BC=A0markid=20=20=E6=B2=A1markid=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=20=E4=BC=A0id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 b085e5d3..a8b68e57 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1655,7 +1655,9 @@ export default { annotation.data.label + '?' ) - if (annotation.id) { + if (annotation.annotationUID) { + deleteCustomTag(annotation.annotationUID) + }else if (annotation.id) { deleteCustomTag(annotation.id) } }