非dicom报告页展示有误
parent
e35f6c5471
commit
66ae27cc56
|
|
@ -278,7 +278,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
this.taskInfo = JSON.parse(localStorage.getItem('taskInfo'))
|
this.taskInfo = JSON.parse(sessionStorage.getItem('taskInfo'))
|
||||||
this.trialId = this.$route.query.trialId
|
this.trialId = this.$route.query.trialId
|
||||||
this.visitTaskId = this.taskInfo.VisitTaskId
|
this.visitTaskId = this.taskInfo.VisitTaskId
|
||||||
this.subjectId = this.taskInfo.SubjectId
|
this.subjectId = this.taskInfo.SubjectId
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue