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