From 2c305af49eb27be3794ce1104a62cbabca9e96f5 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 26 Mar 2026 17:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90dicom=E5=88=86=E5=89=B2=E3=80=91?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=B7=B2=E7=BB=91=E5=AE=9A=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E7=9A=84=E5=88=86=E5=89=B2=E6=A0=87=E8=AE=B0=E6=97=B6=EF=BC=8C?= =?UTF-8?q?eicrf=E9=A1=B5=E9=9D=A2=E6=B2=A1=E6=9C=89=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/ReadPage.vue | 1 + .../dicoms3D/components/Segmentations.vue | 24 +++++++++++++++---- .../dicoms3D/components/VolumeViewport.vue | 8 ++++--- 3 files changed, 26 insertions(+), 7 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 4f5bb967..eff2e12c 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -900,6 +900,7 @@ export default { methods: { resetQuestion() { this.$refs[`ecrf_${this.lastViewportTaskId}`][0].getQuestions(false) + this.$refs[`ecrf_${this.lastViewportTaskId}`][0].initSegmentBinding() }, handleSegmentSave(obj) { this.$refs[`ecrf_${this.lastViewportTaskId}`][0].handleSegmentSave(obj) 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 22598def..09e204fc 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -120,7 +120,7 @@ {{ $t('trials:reading:Segmentations:title:InactiveSegmentationsShow') - }} + }}