This commit is contained in:
熊飞
2024-03-08 13:05:38 +08:00
2 changed files with 2 additions and 2 deletions
@@ -450,7 +450,7 @@ export default {
if (!this.isBaseLineTask && this.questionForm[this.pet5PSId] > 0) {
// 当前访视的PET 5ps评分大于基线的PET 5ps评分 增大
// 当前访视的PET 5ps评分小于基线的PET 5ps评分 减小
this.questionForm[this.uptakeFromBaselineId] = this.questionForm[this.pet5PSId] > this.baseLinePET5PS ? '1' : '2'
this.questionForm[this.uptakeFromBaselineId] = this.questionForm[this.pet5PSId] > this.baseLinePET5PS ? '1' : this.questionForm[this.pet5PSId] < this.baseLinePET5PS ? '2' : ''
}
},
setpet5PS() {