From 18f23d2bbaf128baf12b9c791485c42c76f5a860 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 25 Apr 2025 15:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E4=BA=A4=E4=BA=92=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 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 09310261..543c025d 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1944,7 +1944,7 @@ export default { this.sLoading = false } } - this.setToolsPassive() + // this.setToolsPassive() }, async toggleTaskByViewport(obj) { const i = this.visitTaskList.findIndex(v => v.VisitTaskNum === obj.visitTaskNum) @@ -1991,7 +1991,10 @@ export default { this.lastViewportTaskId = obj.TaskInfo.VisitTaskId this.currentVisitInfo = obj.TaskInfo } - this.setToolsPassive() + if (obj.TaskInfo.VisitTaskId !== this.taskInfo.VisitTaskId) { + this.setToolsPassive() + } + }, async showMultiFrame(obj) { this.$refs[`viewport-${this.activeViewportIndex}`][0].setSeriesInfo(obj, true)