自定义标准,提交阅片结果时报错
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-06-27 15:33:11 +08:00
parent 11fa749fe1
commit a8065ac757
1 changed files with 3 additions and 1 deletions

View File

@ -280,7 +280,9 @@ export default {
this.loading = true
var answers = []
for (const k in this.questionForm) {
answers.push({ readingQuestionTrialId: k, answer: this.questionForm[k] })
if (this.questionForm[k] instanceof Array) {} else {
answers.push({ readingQuestionTrialId: k, answer: this.questionForm[k] })
}
}
var params = {
data: {