pet 5PS评分计算bug修复
parent
437c571b57
commit
0ad25e273a
|
@ -457,12 +457,12 @@ export default {
|
|||
|
||||
if(this.questionForm[obj.QuestionId] !== suvMax){
|
||||
this.setPet5PSCommentDisplay()
|
||||
}
|
||||
this.$set(this.questionForm, obj.QuestionId, suvMax || null)
|
||||
var pet5PS = this.setpet5PS()
|
||||
this.questionForm[this.pet5PSId] = pet5PS
|
||||
this.calculatePet5PS = pet5PS
|
||||
}
|
||||
}
|
||||
FusionEvent.$emit('addOrUpdateAnnotations', { data })
|
||||
this.questionFormChangeState = true
|
||||
if (obj.QuestionType === 51 && !this.liverRender) {
|
||||
|
|
Loading…
Reference in New Issue