Merge branch 'master-20250428-shl' into test20250220

This commit is contained in:
joshen
2025-04-29 15:45:22 +08:00

View File

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