From 241255fbe2b6db3b2ed263f1e5a9956f5f9a0ee2 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 11 六月 2024 11:40:58 +0800
Subject: [PATCH] 考试管理
---
src/views/Manage/ScoreInquiry/list.vue | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/views/Manage/ScoreInquiry/list.vue b/src/views/Manage/ScoreInquiry/list.vue
index fbdab06..ae22a47 100644
--- a/src/views/Manage/ScoreInquiry/list.vue
+++ b/src/views/Manage/ScoreInquiry/list.vue
@@ -92,10 +92,6 @@
view(row) {
this.$router.push({ path: '/manage/answer-detail', query: { id: row.id } });
},
- // handleExport() {
- // examPaperAnswerApi.exportExcel(this.queryParam).then(re => {
- // })
- // }
handleExport() {
let that = this
let url = '/api/admin/examPaperAnswer/exportExcel?examPaperId=' + this.queryParam.examPaperId + '&userName=' + this.queryParam.userName
--
Gitblit v1.8.0