pet 5PS评分计算bug修复

uat_us
caiyiling 2024-04-18 14:29:20 +08:00
parent 437c571b57
commit 0ad25e273a
1 changed files with 4 additions and 4 deletions

View File

@ -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