Commit a3fcda8044e8b40b66024f7167085a78f0508094

Authored by 梁保满
1 parent f20c48c9

教师模版下载调整

src/views/standard/setUp/teacher.vue
... ... @@ -772,7 +772,7 @@ export default {
772 772 }
773 773 },
774 774 async downExcel() {
775   - let { data, status, info } = await this.$request.teacherTemplate();
  775 + let data = await this.$request.teacherTemplate();
776 776 if (data && !data.code) {
777 777 let blob = new Blob([data], {
778 778 type: "application/vnd.ms-excel;charset=utf-8",
... ...