自定义标准阅片更改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-26 15:12:28 +08:00
parent 2d996941a2
commit 2a016cf5f6
@@ -82,7 +82,7 @@ export default {
var answers = []
for (const k in this.questionForm) {
if (this.questionForm[k] instanceof Array) {} else {
answers.push({ id: k, answer: this.questionForm[k].toString() })
answers.push({ id: k, answer: this.questionForm[k] })
}
}
var params = {