Compare commits
No commits in common. "77f0c91e74f771b37057dda405238eb86bd94548" and "ba71d734076644813000b0c00f2e2e2958670815" have entirely different histories.
77f0c91e74
...
ba71d73407
|
|
@ -155,7 +155,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane v-show="!visitTaskId" v-if="IsReadingTaskViewInOrder >= 2"
|
<el-tab-pane v-show="!visitTaskId && 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,7 +354,6 @@ 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