mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
修改教师端我的授课记录查询和导出
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user