This commit is contained in:
闫晓茹 2023-04-19 13:39:23 +08:00
parent ccd786d098
commit 66024abfdc

View File

@ -185,7 +185,7 @@
}
getChildrenResultScore(arr).then(res => {
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 => {
this.studentInfoList = res.data
this.studentInfoList.forEach(e => {