阅片中上传影像后,查看后处理的影像时,关联访视的Tab需要处理
parent
9b7d9d3c88
commit
54e9e6f6ad
|
|
@ -155,7 +155,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-tab-pane>
|
</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">
|
:label="$t('trials:dicom-show:relatedVisit')" name="relation-study" class="pane-relation-wrapper">
|
||||||
<div class="viewerSidethumbinner">
|
<div class="viewerSidethumbinner">
|
||||||
|
|
||||||
|
|
@ -354,6 +354,7 @@ export default {
|
||||||
if (this.$router.currentRoute.query.IsReadingTaskViewInOrder) {
|
if (this.$router.currentRoute.query.IsReadingTaskViewInOrder) {
|
||||||
this.IsReadingTaskViewInOrder = Number(this.$router.currentRoute.query.IsReadingTaskViewInOrder)
|
this.IsReadingTaskViewInOrder = Number(this.$router.currentRoute.query.IsReadingTaskViewInOrder)
|
||||||
}
|
}
|
||||||
|
console.log(this.IsReadingTaskViewInOrder)
|
||||||
this.beforeUnloadHandler = () => {
|
this.beforeUnloadHandler = () => {
|
||||||
cornerstone.imageCache.purgeCache()
|
cornerstone.imageCache.purgeCache()
|
||||||
requestPoolManager.resetRequestPool()
|
requestPoolManager.resetRequestPool()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue