From af1b78d8cdb62c66d02046b52f6fe96023c4234d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 17 Sep 2025 16:15:01 +0800 Subject: [PATCH] =?UTF-8?q?PCWG=E6=8A=A5=E5=91=8A=E8=AE=BF=E8=A7=86?= =?UTF-8?q?=E7=82=B9=E8=82=BF=E7=98=A4=E8=AF=84=E4=BC=B0=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=BF=85=E5=A1=AB=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/reading/dicoms/components/ReportPage.vue | 1 + 1 file changed, 1 insertion(+) 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 ae0cfd3..bd41873 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue @@ -942,6 +942,7 @@ export default { isBeill = item.answer } if (this.CriterionType === 10) { + if (!this.tumorEvaluationObj[item.visitTaskId]) isRequired = true if (this.tumorEvaluationObj[item.visitTaskId] !== this.currentTumorEvaluationObj[item.visitTaskId] && this.currentTumorEvaluationObj[item.visitTaskId] && !this.taskReasonObj[item.visitTaskId]) isRequired = true this.answers.push({ questionId: item.id, answer: item.answer, visitTaskId: item.visitTaskId }) } else {