基线摄取值变化

uat_us
caiyiling 2024-03-08 11:05:59 +08:00
parent cbec716a6d
commit ab0744d550
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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() {