From f3f826d60a50dff42cf7437394785e1b1eec1399 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 19 Apr 2024 17:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E7=97=85=E7=81=B6=E5=8F=AA?= =?UTF-8?q?=E6=9B=B4=E6=96=B0SUVmax=E6=89=80=E5=9C=A8=E7=97=85=E7=81=B6?= =?UTF-8?q?=E5=8F=8A=E7=97=85=E7=81=B6=E6=9C=80=E5=A4=A7SUV=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dicoms/components/Fusion/Questions.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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 4d606b7c..fe2f8416 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 @@ -637,9 +637,10 @@ export default { this.setSuvChild(v.Childrens) } var pet5PS = this.setpet5PS() - // this.questionForm[this.pet5PSId] = pet5PS + this.questionForm[this.pet5PSId] = pet5PS this.calculatePet5PS = pet5PS this.setPet5PSCommentDisplay() + this.setUptakeFormBaseline() this.questionFormChangeState = true }) @@ -656,14 +657,14 @@ export default { // SUVmax所在病灶; this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null) } - if (i.QuestionType === 55) { - // 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.QuestionType === 55) { + // // 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)