修改学员导出文件名

This commit is contained in:
zhangsir
2024-08-02 09:01:59 +08:00
parent 96afc3bfa7
commit cc15701ff4

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=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,