From 3ea46b5d1e0cb174965ca93817468ef66e113ab1 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 2 Jun 2026 10:46:02 +0800 Subject: [PATCH] =?UTF-8?q?MRI-PDFF=E8=82=9D=E8=84=8F=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=94=B9=EF=BC=9B?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=87=E5=87=86=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue | 2 +- .../reading/visit-review/components/ReportPage.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue index 55995fce..95a49324 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue @@ -595,7 +595,7 @@ export default { picturePath: picturePath, markTool: measureData ? measureData.type : '' } - const res = await submitTaskRowInfo(params, 11) + const res = await submitTaskRowInfo(params, 13) if (res.IsSuccess) { // 保存成功! this.$message.success(this.$t('common:message:savedSuccessfully')) diff --git a/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue b/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue index 7d1ed7ed..dd1575f5 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/ReportPage.vue @@ -61,7 +61,9 @@