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) {