From 66024abfdc8d10604bd9e5ce6c67481f1ab3e68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 19 Apr 2023 13:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/prescription/prescription.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/prescription/prescription.vue b/pages/prescription/prescription.vue index 7baa785..67aa1f0 100644 --- a/pages/prescription/prescription.vue +++ b/pages/prescription/prescription.vue @@ -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 => {