修改导出学员参数

This commit is contained in:
zhangsir
2024-07-31 13:46:38 +08:00
parent 247ff6b5de
commit 96afc3bfa7

View File

@@ -333,7 +333,7 @@ function exportStudy() {
if(studentList.value.length == 0){
return message.warning('暂无可导出的学习记录')
}
downLoadXlsx(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudentDetail?type=3&&thirdType=8&pid=${searchParams.value.pid}`,'在线课学员')
downLoadXlsx(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudentDetail?type=4&&thirdType=8&pid=${searchParams.value.pid}`,'在线课学员')
}
defineExpose({
searchStu,