From 04f8a938c334d384936f1fb038a24c041e03b672 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 4 Aug 2025 17:53:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E6=8A=A5=E5=91=8A=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E5=85=B6=E4=BB=96=E8=AE=BF=E8=A7=86=E6=97=B6=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=85=B3=E9=97=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/ReportPage.vue | 2 +- .../reading/dicoms3D/components/VisitReview.vue | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue index d3ebc748..ea6cb647 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue @@ -367,7 +367,7 @@ export default { getTableHeight() { this.height = window.innerHeight - 170 }, - async getReportInfo(IsCalculate) { + async getReportInfo(IsCalculate = true) { this.loading = true try { var params = { diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/VisitReview.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/VisitReview.vue index 944e92f3..1e9a8f6c 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/VisitReview.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/VisitReview.vue @@ -1,6 +1,6 @@