From 4b700b5db36dcff5a2e2da84cef03545b77b85e2 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 14 Jul 2025 16:10:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BD=B1=E5=83=8F=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E3=80=91=E8=B4=A8=E6=8E=A7=E8=AE=BE=E7=BD=AE=E4=B8=BA=E4=B8=8D?= =?UTF-8?q?=E9=98=85=E7=89=87=E7=9A=84=E5=BD=B1=E5=83=8F=EF=BC=8C=E5=9C=A8?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=A1=B5=E9=9D=A2=E9=A2=84=E8=A7=88=E4=B8=AD?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/downloadDicomAndNonedicom/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/downloadDicomAndNonedicom/index.vue b/src/components/downloadDicomAndNonedicom/index.vue index f1918900..be3012de 100644 --- a/src/components/downloadDicomAndNonedicom/index.vue +++ b/src/components/downloadDicomAndNonedicom/index.vue @@ -406,7 +406,7 @@ export default { let trialId = this.$route.query.trialId var token = getToken() const routeData = this.$router.resolve({ - path: `/showNoneDicoms?trialId=${trialId}&subjectVisitId=${row.SourceSubjectVisitId}&TokenKey=${token}`, + path: `/showNoneDicoms?trialId=${trialId}&subjectVisitId=${row.SourceSubjectVisitId}&TokenKey=${token}&isReading=true`, }) this.open = window.open(routeData.href, '_blank') },