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