Compare commits
2 Commits
c8c5ab72bb
...
ae12c3d517
Author | SHA1 | Date |
---|---|---|
|
ae12c3d517 | |
|
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