|
|
|
@ -182,6 +182,8 @@ |
|
|
|
|
let expData = res.data.data |
|
|
|
|
let form = this.form |
|
|
|
|
let score = form.score |
|
|
|
|
|
|
|
|
|
if(expData){ |
|
|
|
|
if(score){ |
|
|
|
|
expData.map(n => { |
|
|
|
|
if(n.isError){ |
|
|
|
@ -191,8 +193,9 @@ |
|
|
|
|
}) |
|
|
|
|
form.score = score |
|
|
|
|
} |
|
|
|
|
console.log(22,this.form) |
|
|
|
|
|
|
|
|
|
this.expData = expData |
|
|
|
|
} |
|
|
|
|
this.infoData.push({ |
|
|
|
|
workNumber: form.workNumber, |
|
|
|
|
experimentalClassName: form.experimentalClassName, |
|
|
|
@ -216,6 +219,8 @@ console.log(22,this.form) |
|
|
|
|
let expData = res.data.data |
|
|
|
|
let form = this.form |
|
|
|
|
let score = form.score |
|
|
|
|
|
|
|
|
|
if(expData){ |
|
|
|
|
if(score){ |
|
|
|
|
expData.map(n => { |
|
|
|
|
if(n.isError){ |
|
|
|
@ -227,6 +232,7 @@ console.log(22,this.form) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.expData = expData |
|
|
|
|
} |
|
|
|
|
this.infoData.push({ |
|
|
|
|
workNumber: form.workNumber, |
|
|
|
|
experimentalClassName: form.experimentalClassName, |
|
|
|
|