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

This commit is contained in:
sunhonglai
2025-04-29 13:47:56 +08:00
parent adc33e5892
commit 78cbb21155

View File

@@ -198,7 +198,7 @@ export default {
let req = { let req = {
courseName: this.keyword, courseName: this.keyword,
page: this.pageInfo.pageIndex, pageNo: this.pageInfo.pageIndex,
pageSize: this.pageInfo.pageSize pageSize: this.pageInfo.pageSize
} }
apiCourse.getListByToken(req).then(res => { apiCourse.getListByToken(req).then(res => {