基线摄取值变化
parent
cbec716a6d
commit
ab0744d550
|
@ -4,7 +4,7 @@ src/utils/*
|
|||
public
|
||||
dist
|
||||
|
||||
# src/*
|
||||
src/*
|
||||
src/views/trials/trials-panel/visit/*
|
||||
src/App.vue
|
||||
src/views/trials/trials-panel/reading/global-review/*
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue