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

uat_us
caiyiling 2024-09-26 15:12:28 +08:00
parent 2d996941a2
commit 2a016cf5f6
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export default {
var answers = [] var answers = []
for (const k in this.questionForm) { for (const k in this.questionForm) {
if (this.questionForm[k] instanceof Array) {} else { 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 = { var params = {