MRI-PDFF计算更改
parent
37dc4a960f
commit
cbe346a049
|
@ -401,6 +401,10 @@ export default {
|
|||
if (!v) {
|
||||
let meanId = this.getQuestionId(1104)
|
||||
this.$set(this.questionForm, meanId, 'NE')
|
||||
} else {
|
||||
let mean = this.getMean()
|
||||
let meanId = this.getQuestionId(1104)
|
||||
this.$set(this.questionForm, meanId, mean)
|
||||
}
|
||||
}
|
||||
this.setQuestions()
|
||||
|
|
Loading…
Reference in New Issue