修改教师端我的授课记录查询和导出

This commit is contained in:
sunhonglai
2025-04-29 15:44:55 +08:00
parent 45e006a4e7
commit 4784b02ca4

View File

@@ -74,7 +74,7 @@ const courseRecordExport2 = function(data) {
return axios.request({
baseURL: "/manageApi",
url: '/admin/export/exportInTeacherRecord',
method: 'post',
method: 'get',
data:data,
headers:{'Content-Type':'application/json;charset=utf-8'},
responseType: 'blob'