修改教师端我的授课记录查询和导出

This commit is contained in:
sunhonglai
2025-04-29 14:53:51 +08:00
parent d59b5a9e06
commit f92954aa6b
2 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,6 @@ const courseRecordList = function(data) {
export default {
courseRecordExport,
courseRecordList,
getListByToken,
exportStudentOfCourse,
exportStudentOfTearcher,

View File

@@ -281,4 +281,5 @@ export default {
courseRecordExport2,
exportStudentOfCourse2,
exportStudentOfTearcher2,
getListByToken,
}