1. 数据导出

This commit is contained in:
gengxin
2025-03-17 14:27:20 +08:00
parent 473ea95364
commit 53aef01cd8
2 changed files with 216 additions and 12678 deletions

View File

@@ -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=4&&thirdType=8&pid=${searchParams.value.pid}`,'在线课学员学习记录');
await downLoadXlsx(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudentDetail?type=13&&thirdType=8&pid=${searchParams.value.pid}`,'在线课学员学习记录');
exportDisabled.value = false;
}
defineExpose({