MRI-PDFF计算更改
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user