From b09209af319e84d80286f6bfe25df4087694544c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 16 Jul 2026 13:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=85=A8=E9=9A=8F=E6=9C=BA=E5=88=86?= =?UTF-8?q?=E5=89=B2=E9=97=AE=E9=A2=98=E7=BB=91=E5=AE=9A=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=A3=80=E6=9F=A5=E7=BC=96=E5=8F=B7?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=A3=80=E6=9F=A5=E6=A8=A1=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/SegmentForm.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/SegmentForm.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/SegmentForm.vue index f7e1593b..56fcd104 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/SegmentForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/SegmentForm.vue @@ -4,7 +4,8 @@ - @@ -87,12 +88,13 @@ export default { }, trigger: ['blur', 'change'] } ] - } + }, + taskInfo: {} } }, - // mounted() { - // this.init() - // }, + mounted() { + this.taskInfo = JSON.parse(sessionStorage.getItem('taskInfo')) + }, methods: { setSeries(series) { this.series = series