diff --git a/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue b/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue index 81fc4c94..12286426 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue @@ -278,7 +278,7 @@ export default { } }, async mounted() { - this.taskInfo = JSON.parse(localStorage.getItem('taskInfo')) + this.taskInfo = JSON.parse(sessionStorage.getItem('taskInfo')) this.trialId = this.$route.query.trialId this.visitTaskId = this.taskInfo.VisitTaskId this.subjectId = this.taskInfo.SubjectId