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)