From 0eab6ba6fe1a6c934a110807b3a99d9cf066a355 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 12 Sep 2025 14:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E5=B8=83=E5=B1=80=E5=90=8E?= =?UTF-8?q?=E6=94=BE=E5=A4=A7=E4=BF=9D=E5=AD=98=E7=97=85=E7=81=B6=E6=97=B6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B8=B2=E6=9F=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/DicomViewer.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue b/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue index 6769aa2..666393f 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue @@ -854,6 +854,20 @@ export default { // } } }, + 'activeSeries.seriesId': { + handler(v) { + if (this.cornerstoneStyle.position) { + this.cornerstoneStyle = {} + } + this.$nextTick(() => { + if (this.fullScreenIndex !== -1) { + this.setCornerstoneStyle() + } + }) + }, + immediate: true, + deep: true + }, imageQualityIssues: { immediate: true, handler(v) { }