修改
This commit is contained in:
parent
ccd786d098
commit
66024abfdc
@ -185,7 +185,7 @@
|
|||||||
}
|
}
|
||||||
getChildrenResultScore(arr).then(res => {
|
getChildrenResultScore(arr).then(res => {
|
||||||
this.StudentScore = res.data
|
this.StudentScore = res.data
|
||||||
if(this.StudentScore.length>0){
|
if(this.StudentScore.length==1){
|
||||||
getMotionPrescription(res.data[0].studentId, res.data[0].batchCode).then(res => {
|
getMotionPrescription(res.data[0].studentId, res.data[0].batchCode).then(res => {
|
||||||
this.studentInfoList = res.data
|
this.studentInfoList = res.data
|
||||||
this.studentInfoList.forEach(e => {
|
this.studentInfoList.forEach(e => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user