Compare commits
No commits in common. "ae12c3d517d6cdc24fead6db8e79c320a72b0abf" and "c8c5ab72bb6f748a0d71c5de0160d806ab1b52ab" have entirely different histories.
ae12c3d517
...
c8c5ab72bb
|
@ -401,10 +401,6 @@ 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