mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
Merge branch '250213-prod-master_1202-gx' into master_1202
This commit is contained in:
@@ -339,7 +339,7 @@ const exportStudy = async () => {
|
||||
return message.warning('暂无可导出的学习记录')
|
||||
}
|
||||
exportDisabled.value = true;
|
||||
await downLoadXlsx(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudentDetail?type=13&&thirdType=8&pid=${searchParams.value.pid}`,'在线课学员学习记录');
|
||||
await downLoadXlsx(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudentDetail?type=4&&thirdType=8&pid=${searchParams.value.pid}`,'在线课学员学习记录');
|
||||
exportDisabled.value = false;
|
||||
}
|
||||
defineExpose({
|
||||
|
||||
Reference in New Issue
Block a user