From 63cbc8746f8cf886d2ff091f1d65f3bd1fada359 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 16 Jul 2026 10:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=85=A8=E9=9A=8F=E6=9C=BA=E8=9E=8D?= =?UTF-8?q?=E5=90=88=E5=BC=B9=E6=A1=86=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E5=8F=B7=E6=98=BE=E7=A4=BA=E6=A3=80=E6=9F=A5=E6=A8=A1?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/FusionForm.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/FusionForm.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/FusionForm.vue index 1b8c15c2..2454db56 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/FusionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/FusionForm.vue @@ -12,7 +12,9 @@ { required: true, message: $t('common:ruleMessage:select'), trigger: 'blur' } ]"> - + @@ -111,10 +113,12 @@ export default { ctSeries: [], petSeries: [], petctWindow: null, - digitPlaces: 2 + digitPlaces: 2, + taskInfo: {} } }, mounted() { + this.taskInfo = JSON.parse(sessionStorage.getItem('taskInfo')) var digitPlaces = Number(localStorage.getItem('digitPlaces')) this.digitPlaces = digitPlaces === -1 ? this.digitPlaces : digitPlaces this.initForm()