Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user