非dicom报告页展示有误

wangxiaoshuang 2026-02-02 16:04:52 +08:00
parent e35f6c5471
commit 66ae27cc56
1 changed files with 1 additions and 1 deletions

View File

@ -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