MRI-PDFF计算更改
parent
37dc4a960f
commit
cbe346a049
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue