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