From 3f2e39f46c6490015a3f15c2ef08c5177894c841 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 2 Apr 2026 15:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E5=8A=A0=E8=BD=BDVolume=E4=BD=93?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=97=B6=EF=BC=8C=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E7=8E=B0=E5=9C=A8=E9=80=9F=E5=BA=A6=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E6=8C=89=E7=85=A7Series=E6=9D=A5=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E3=80=82=E7=8E=B0=E5=9C=A8=E4=B8=80=E7=9B=B4=E9=83=BD=E6=98=AF?= =?UTF-8?q?0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/ReadPage.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 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 25f03dea..f6ee5e5a 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -909,9 +909,6 @@ export default { handleSizeChange(e, viewportId) { // console.log('handleSizeChange', e) this.resetRenderingEngine(viewportId) - if (this.readingTool === 3) { - DicomEvent.$emit('isloaded', { isChange: false }) - } }, resetQuestion() { this.$refs[`ecrf_${this.lastViewportTaskId}`][0].getQuestions(false) @@ -1579,6 +1576,10 @@ export default { setNetWorkSpeedSizeAll(percentComplete, detail.total, imageId) } } + if (this.readingTool === 3) { + getNetWorkSpeed() + setNetWorkSpeedSizeAll(percentComplete, detail.total, imageId) + } if (percentComplete === 100) { workSpeedclose() } @@ -2847,6 +2848,9 @@ export default { this.$refs[viewportId ? viewportId : `${this.viewportKey}-${this.activeViewportIndex}`][0].setFullScreen(index) clearTimeout(this.timer) this.timer = null + if (this.readingTool === 3) { + DicomEvent.$emit('isloaded', { isChange: false }) + } }, 100) }, setDelay(time) { @@ -2869,9 +2873,9 @@ export default { this.resetRenderingEngine() this.isDelay = true this.setDelay(2000) - if (this.readingTool === 3) { - DicomEvent.$emit('isloaded', { isChange: false }) - } + // if (this.readingTool === 3) { + // DicomEvent.$emit('isloaded', { isChange: false }) + // } }) }