保存病灶只更新SUVmax所在病灶及病灶最大SUV值
parent
300a9ad536
commit
f3f826d60a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue