From ea7418a0ad52223b14b92e997259e3892001cf6b Mon Sep 17 00:00:00 2001 From: huangzhe <3451701311@qq.com> Date: Tue, 23 Sep 2025 17:57:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=8F=96=E5=9D=80=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/TableStudent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index 1268f52d..e211287a 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -965,7 +965,7 @@ function handleUpdateScore(id,record = void 0){ // console.log(props.columns) tableData.value.loading = true updateScore({pid, studentId}).then(response=>{ - const {examinationScore} = response.data + const {examinationScore} = response.data.data record.examinationScore = examinationScore tableData.value.loading = false })