mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
Merge branch 'master-20250428-shl' into test20250220
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user