From c9f96154882a742d56c66e0dc10f005801f38ee6 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 1 Apr 2026 14:53:14 +0800 Subject: [PATCH] =?UTF-8?q?mpr=E5=88=87=E6=8D=A2=E5=8D=95=E8=A7=86?= =?UTF-8?q?=E5=8F=A3=E6=97=B6=E5=88=86=E5=89=B2=E5=88=97=E8=A1=A8=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/ReadPage.vue | 6 ++--- .../dicoms3D/components/Segmentations.vue | 24 ++++++++++++++----- .../components/tools/ScaleOverlayTool.js | 1 + 3 files changed, 22 insertions(+), 9 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 4b031f00..e2b385f0 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -2971,9 +2971,9 @@ export default { const renderingEngine = getRenderingEngine(renderingEngineId) renderingEngine.resize(true, false) renderingEngine.render() - if (this.readingTool === 3) { - DicomEvent.$emit('isloaded', { isChange: false }) - } + // if (this.readingTool === 3) { + // DicomEvent.$emit('isloaded', { isChange: false }) + // } }) } 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 afb04e21..291c0bb1 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -75,7 +75,8 @@
@@ -120,7 +121,7 @@ {{ $t('trials:reading:Segmentations:title:InactiveSegmentationsShow') - }} + }}