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 })