From 54e9e6f6ad1f689be09c28004f4f52077cc7566a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 1 Jul 2026 17:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E4=B8=AD=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=BD=B1=E5=83=8F=E5=90=8E=EF=BC=8C=E6=9F=A5=E7=9C=8B=E5=90=8E?= =?UTF-8?q?=E5=A4=84=E7=90=86=E7=9A=84=E5=BD=B1=E5=83=8F=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=85=B3=E8=81=94=E8=AE=BF=E8=A7=86=E7=9A=84Tab=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dicom-show/dicom-visit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/dicom-show/dicom-visit.vue b/src/views/dicom-show/dicom-visit.vue index b0f3f748..b92f1b31 100644 --- a/src/views/dicom-show/dicom-visit.vue +++ b/src/views/dicom-show/dicom-visit.vue @@ -155,7 +155,7 @@ -
@@ -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()