Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling ae12c3d517 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2025-01-08 17:40:23 +08:00
caiyiling cbe346a049 MRI-PDFF计算更改 2025-01-08 17:39:49 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -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()