这是接口文档,功能是导出excel表格
我的代码:
this.$axios.get('/student/studentDataExport',{ params:{ schoolUid:this.common.getLocal('roleId'), schoolGradeUid:this.value_grade, classUid:this.value_class, name:this.keyword, pageNum:0, pageSize:0 } }) .then(res=>{ console.log(res); })
我用接口文档的在线调试就可以导出表格,用代码就不行,第一次遇到这种BINARY响应类型不知道该如何使用
拉丁的传说
相关分类