MRI-PDFF计算更改

uat_us
caiyiling 2025-01-08 17:39:49 +08:00
parent 37dc4a960f
commit cbe346a049
1 changed files with 4 additions and 0 deletions

View File

@ -401,6 +401,10 @@ export default {
if (!v) { if (!v) {
let meanId = this.getQuestionId(1104) let meanId = this.getQuestionId(1104)
this.$set(this.questionForm, meanId, 'NE') this.$set(this.questionForm, meanId, 'NE')
} else {
let mean = this.getMean()
let meanId = this.getQuestionId(1104)
this.$set(this.questionForm, meanId, mean)
} }
} }
this.setQuestions() this.setQuestions()