From aee12347dc5465b91f42ed29824f82aee0b2a431 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 27 Oct 2025 15:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9Edicom=E9=98=85=E7=89=87=E6=A0=87?= =?UTF-8?q?=E8=AE=B0=E7=BB=91=E5=AE=9A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/reading.js | 8 +++ .../components/customize/QuestionList.vue | 68 +++++++++++++++++-- .../visit-review/components/FileViewer.vue | 9 +-- .../visit-review/components/ReadPage.vue | 7 +- 4 files changed, 77 insertions(+), 15 deletions(-) diff --git a/src/api/reading.js b/src/api/reading.js index fc50fe40..b2e7a1bb 100644 --- a/src/api/reading.js +++ b/src/api/reading.js @@ -303,3 +303,11 @@ export function saveAnswerAndBindingNoneDicomMark(param) { data: param }) } +// 非dicom按比例修改答案 +export function changePlottingScaleChangeAnswer(param) { + return request({ + url: `/ReadingImageTask/changePlottingScaleChangeAnswer`, + method: 'post', + data: param + }) +} diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue index cd3db621..7da89dc0 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue @@ -56,12 +56,16 @@