Compare commits
No commits in common. "c337f9569332cb73e94d0241edf531616fcf5962" and "3137bca8f638d0fee41ea774a8065185f45316f6" have entirely different histories.
c337f95693
...
3137bca8f6
|
|
@ -1123,7 +1123,7 @@ export default {
|
|||
viewport.render()
|
||||
}
|
||||
console.log(e)
|
||||
}
|
||||
}addNoneDicomMark
|
||||
})
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ export default {
|
|||
}
|
||||
},
|
||||
async mounted() {
|
||||
this.taskInfo = JSON.parse(sessionStorage.getItem('taskInfo'))
|
||||
this.taskInfo = JSON.parse(localStorage.getItem('taskInfo'))
|
||||
this.trialId = this.$route.query.trialId
|
||||
this.visitTaskId = this.taskInfo.VisitTaskId
|
||||
this.subjectId = this.taskInfo.SubjectId
|
||||
|
|
|
|||
Loading…
Reference in New Issue