Compare commits

...

2 Commits

1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,7 @@
</div>
</div>
</el-tab-pane>
<el-tab-pane v-show="!visitTaskId && IsReadingTaskViewInOrder < 2"
<el-tab-pane v-show="!visitTaskId" v-if="IsReadingTaskViewInOrder >= 2"
:label="$t('trials:dicom-show:relatedVisit')" name="relation-study" class="pane-relation-wrapper">
<div class="viewerSidethumbinner">
@ -354,6 +354,7 @@ export default {
if (this.$router.currentRoute.query.IsReadingTaskViewInOrder) {
this.IsReadingTaskViewInOrder = Number(this.$router.currentRoute.query.IsReadingTaskViewInOrder)
}
console.log(this.IsReadingTaskViewInOrder)
this.beforeUnloadHandler = () => {
cornerstone.imageCache.purgeCache()
requestPoolManager.resetRequestPool()