Commit a3fcda8044e8b40b66024f7167085a78f0508094
1 parent
f20c48c9
教师模版下载调整
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/standard/setUp/teacher.vue
@@ -772,7 +772,7 @@ export default { | @@ -772,7 +772,7 @@ export default { | ||
772 | } | 772 | } |
773 | }, | 773 | }, |
774 | async downExcel() { | 774 | async downExcel() { |
775 | - let { data, status, info } = await this.$request.teacherTemplate(); | 775 | + let data = await this.$request.teacherTemplate(); |
776 | if (data && !data.code) { | 776 | if (data && !data.code) { |
777 | let blob = new Blob([data], { | 777 | let blob = new Blob([data], { |
778 | type: "application/vnd.ms-excel;charset=utf-8", | 778 | type: "application/vnd.ms-excel;charset=utf-8", |