Compare commits

..

3 Commits

Author SHA1 Message Date
wangxiaoshuang c337f95693 代码合并
continuous-integration/drone/push Build is failing Details
2026-02-02 16:06:47 +08:00
wangxiaoshuang d2021a281e Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web 2026-02-02 16:05:05 +08:00
wangxiaoshuang 66ae27cc56 非dicom报告页展示有误 2026-02-02 16:04:52 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1123,7 +1123,7 @@ export default {
viewport.render()
}
console.log(e)
}addNoneDicomMark
}
})
}

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