From 09578b9b58138f847d3140b4c8658cfd0b22c907 Mon Sep 17 00:00:00 2001 From: zhaichao Date: Wed, 26 Aug 2026 10:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/student/score/index.vue | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/student/score/index.vue b/frontend/src/views/student/score/index.vue index fa2acd7e..35d3cef2 100644 --- a/frontend/src/views/student/score/index.vue +++ b/frontend/src/views/student/score/index.vue @@ -63,16 +63,9 @@ @@ -195,7 +188,7 @@ export default { exportStudentGrades(xybh).then(res => { this.downloadBlob(res, `课程成绩_${xybh}.xls`) this.$message.success('课程成绩导出成功') - }).catch(() => {}).finally(() => { + }).catch(() => { }).finally(() => { this.exportLoading = false }) }, @@ -208,7 +201,7 @@ export default { exportStudentProcessGrades(xybh).then(res => { this.downloadBlob(res, `课程过程成绩_${xybh}.xls`) this.$message.success('课程过程成绩导出成功') - }).catch(() => {}).finally(() => { + }).catch(() => { }).finally(() => { this.exportLoading = false }) }