From 300a9ad53613ae78b565387e271c4768d62fc24f Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 19 Apr 2024 15:57:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8E=E5=9F=BA=E7=BA=BF=E6=91=84=E5=8F=96?= =?UTF-8?q?=E5=80=BC=E5=8F=98=E5=8C=96=E6=95=B0=E5=80=BC=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/Fusion/Questions.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue index 55afeaaf..4d606b7c 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Fusion/Questions.vue @@ -575,6 +575,7 @@ export default { setUptakeFormBaseline() { // 自动计算与基线相比摄取值变化 if (!this.isBaseLineTask) { + console.log('setUptakeFormBaseline: ',this.questionForm[this.pet5PSId],this.baseLinePET5PS) if (this.questionForm[this.pet5PSId] > 0) { // 当前访视的PET 5ps评分大于基线的PET 5ps评分 增大 // 当前访视的PET 5ps评分小于基线的PET 5ps评分 减小 @@ -659,6 +660,10 @@ export default { // PET 5PS评分; this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null) } + if (i.QuestionType === 56) { + // 与基线相比摄取值变化; + this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null) + } if (i.Childrens && i.Childrens.length > 0) { this.setSuvChild(i.Childrens)