保存病灶只更新SUVmax所在病灶及病灶最大SUV值

uat_us
caiyiling 2024-04-19 17:06:12 +08:00
parent 300a9ad536
commit f3f826d60a
1 changed files with 10 additions and 9 deletions

View File

@ -637,9 +637,10 @@ export default {
this.setSuvChild(v.Childrens) this.setSuvChild(v.Childrens)
} }
var pet5PS = this.setpet5PS() var pet5PS = this.setpet5PS()
// this.questionForm[this.pet5PSId] = pet5PS this.questionForm[this.pet5PSId] = pet5PS
this.calculatePet5PS = pet5PS this.calculatePet5PS = pet5PS
this.setPet5PSCommentDisplay() this.setPet5PSCommentDisplay()
this.setUptakeFormBaseline()
this.questionFormChangeState = true this.questionFormChangeState = true
}) })
@ -656,14 +657,14 @@ export default {
// SUVmax; // SUVmax;
this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null) this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null)
} }
if (i.QuestionType === 55) { // if (i.QuestionType === 55) {
// PET 5PS; // // PET 5PS;
this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null) // this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null)
} // }
if (i.QuestionType === 56) { // if (i.QuestionType === 56) {
// 线; // // 线;
this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null) // this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null)
} // }
if (i.Childrens && i.Childrens.length > 0) { if (i.Childrens && i.Childrens.length > 0) {
this.setSuvChild(i.Childrens) this.setSuvChild(i.Childrens)