mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-08 18:36:46 +08:00
修改学员导出文件名
This commit is contained in:
@@ -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=4&&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,
|
||||
|
||||
Reference in New Issue
Block a user