mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge branch 'master-20250428-shl' into test20250220
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