From b4db6b4990abb3ce810bb3aefed54a504b98001d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 31 Dec 2025 11:29:10 +0800 Subject: [PATCH] =?UTF-8?q?mRECIST=20HCC=E6=A0=87=E5=87=86=E5=9C=A8?= =?UTF-8?q?=E8=AF=84=E4=BC=B0=E6=8A=A5=E5=91=8A=E6=9C=AA=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E6=97=B6=EF=BC=8C=E5=BC=B9=E4=BA=86=E7=AD=BE?= =?UTF-8?q?=E5=90=8D=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/ReportPage.vue | 4 +++- .../reading/dicoms3D/components/ReportPage.vue | 15 +++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue index f0aac9dc..aa9db3d3 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue @@ -658,6 +658,8 @@ export default { this.loading = true try { await this.handleSave(false) + let r = await this.handleSave(false) + if (!r) return await verifyVisitTaskQuestions({ visitTaskId: this.visitTaskId }) var i = this.visitTaskList.findIndex(i => i.VisitTaskId === this.visitTaskId) var isBaseline = this.visitTaskList[i].IsBaseLine @@ -859,7 +861,7 @@ export default { this.$message.success(this.$t('common:message:savedSuccessfully')) } this.loading = false - resolve() + resolve(true) } catch (e) { this.loading = false reject() 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 e971a0a2..b937df3d 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue @@ -38,7 +38,9 @@ :tree-props="{ children: 'Childrens', hasChildren: 'hasChildren' }" size="mini">