阅片中上传影像后,查看后处理的影像时,关联访视的Tab需要处理

rj
wangxiaoshuang 2026-07-01 17:58:36 +08:00
parent 9b7d9d3c88
commit 54e9e6f6ad
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()