From 8590808cb925927b781f635821cd41bcd9ca677d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 29 Oct 2025 16:20:48 +0800 Subject: [PATCH] 1 --- .../trials-panel/reading/visit-review/components/FileViewer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue index 3d7b7156..fb9da17e 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/FileViewer.vue @@ -1013,6 +1013,7 @@ export default { } if (annotation.metadata.toolName === 'Lengthscale') { this.$emit('getEcrf', { type: "changePlottingScaleChangeAnswer", VisitTaskId: this.taskInfo.VisitTaskId, noneDicomFileId: annotation.noneDicomFileId, path: annotation.path || '', picturePath: null, psArr: this.psArr, isRemovePlottingScale: false }) + this.setToolsPassive() } const renderingEngine = getRenderingEngine(renderingEngineId) for (let i = 0; i < this.cells.length; i++) {