From 8281737ddc2017133e6a07adcba5ff4fcba4dc20 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 21 Oct 2024 15:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E9=A1=B5=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=A1=B5=E9=9D=A2=E4=BF=A1=E6=81=AF=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/dicoms/components/DicomViewer.vue | 4 ++-- .../reading/dicoms/customize/CustomizeDicomViewer.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue b/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue index 90fca6c6..64973ddc 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue @@ -1221,8 +1221,8 @@ export default { if (idx > -1) { this.taskId = this.visitTaskList[idx].VisitTaskId } - this.uploadSubjectCode = this.$route.query.subjectCode||localStorage.getItem("subjectCode") - this.uploadSubjectId = this.$route.query.subjectId||localStorage.getItem("subjectId") + this.uploadSubjectCode = localStorage.getItem("subjectCode") + this.uploadSubjectId = localStorage.getItem("subjectId") this.uploadTrialCriterion = this.trialCriterion this.uploadStatus = status this[`${status}ImageVisible`] = true diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomViewer.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomViewer.vue index 80645b29..c4661dcd 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomViewer.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeDicomViewer.vue @@ -1083,8 +1083,8 @@ export default { if (idx > -1) { this.taskId = this.visitTaskList[idx].VisitTaskId } - this.uploadSubjectCode = this.$route.query.subjectCode||localStorage.getItem("subjectCode") - this.uploadSubjectId = this.$route.query.subjectId||localStorage.getItem("subjectId") + this.uploadSubjectCode = localStorage.getItem("subjectCode") + this.uploadSubjectId = localStorage.getItem("subjectId") this.uploadTrialCriterion = this.trialCriterion this.uploadStatus = status this[`${status}ImageVisible`] = true