自定义标准,提交阅片结果时报错
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
11fa749fe1
commit
a8065ac757
|
@ -280,7 +280,9 @@ export default {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
var answers = []
|
var answers = []
|
||||||
for (const k in this.questionForm) {
|
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 = {
|
var params = {
|
||||||
data: {
|
data: {
|
||||||
|
|
Loading…
Reference in New Issue