From 5c91e7a00a63d08ae896917b606666524a747afc Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 3 Sep 2025 14:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E5=8F=8C=E5=87=BB=E6=94=BE?= =?UTF-8?q?=E5=A4=A7=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/DicomViewer.vue | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) 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 3446e1a..9dc33b9 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue @@ -379,7 +379,7 @@ { - // this.$refs[`dicomCanvas${this.currentDicomCanvasIndex}`][0].reloadCanvas() for (var i = 0; i < this.maxCanvas; i++) { this.$refs[`dicomCanvas${i}`][0].reloadCanvas() } @@ -1839,6 +1850,7 @@ export default { }, // 切换布局 changeLayout(name) { + this.fullScreenIndex = -1 if (!name) name = this.layout ? this.layout : 'A' if (this.activeTool) { if (this.$refs[`dicomCanvas${this.currentDicomCanvasIndex}`][0].isCurrentTask && this.$refs[`dicomCanvas${this.currentDicomCanvasIndex}`][0].readingTaskState < 2) {