From 5542ad74e7cb57f2f71b7ea918a0200e9ae8e408 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 31 May 2024 14:02:21 +0800 Subject: [PATCH] =?UTF-8?q?Lugano=E8=AF=84=E4=BC=B0=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dicoms/components/Fusion/QuestionItem.vue | 46 ++++++++++++++++++- .../dicoms/components/Fusion/Questions.vue | 15 ++++++ 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/QuestionItem.vue b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/QuestionItem.vue index d620d7d8..eee5f60a 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/QuestionItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/QuestionItem.vue @@ -66,6 +66,38 @@ + + 0) { this.setChild(i.Childrens) } @@ -573,6 +579,7 @@ export default { if (obj.key === this.pet5PSId) { this.setPet5PSCommentDisplay() this.setUptakeFormBaseline() + this.setfocalFDG() } }, setPet5PSCommentDisplay() { @@ -604,11 +611,19 @@ export default { } else if (this.questionForm[this.pet5PSId] < this.baseLinePET5PS) { this.questionForm[this.uptakeFromBaselineId] = '2' } + } else if (this.questionForm[this.pet5PSId] !== '-1' && this.questionForm[this.uptakeFromBaselineId] === '4') { + this.questionForm[this.uptakeFromBaselineId] = '' } else if (this.questionForm[this.pet5PSId] === '' || this.questionForm[this.pet5PSId] === null) { this.questionForm[this.uptakeFromBaselineId] = '' } } }, + setfocalFDG() { + console.log('setfocalFDG') + if (this.questionForm[this.pet5PSId] !== '-1' && this.questionForm[this.focalFDGId] === '1') { + this.questionForm[this.focalFDGId] = '' + } + }, setpet5PS() { console.log('setpet5PS') // 无需标记,自主选择 1分