diff --git a/src/views/course/question/QuestionList.vue b/src/views/course/question/QuestionList.vue
index 87ecee4..2a6c188 100644
--- a/src/views/course/question/QuestionList.vue
+++ b/src/views/course/question/QuestionList.vue
@@ -16,6 +16,7 @@
批量导入
+
模板下载
课程题目库预览
@@ -103,6 +104,9 @@ export default {
questionBatch(){
alert('批量导入')
courseId:this.$route.query.id
+ },
+ questionBatchDownload(){
+ window.location.href="/dawa/sys/oss/show/20211108/2420f1de94174bb8a0fb1a2f1e9e1742.xlsx";
}
},
}