mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
Merge branch 'master-20250428-shl' into test20250220
This commit is contained in:
@@ -202,7 +202,9 @@ export default {
|
|||||||
apiCourse.getListByToken(req).then(res => {
|
apiCourse.getListByToken(req).then(res => {
|
||||||
if (res.status == 200) {
|
if (res.status == 200) {
|
||||||
this.pageData = res.data.records;
|
this.pageData = res.data.records;
|
||||||
|
this.pageInfo.pageSize = res.data.size;
|
||||||
this.pageInfo.total = res.data.pages;
|
this.pageInfo.total = res.data.pages;
|
||||||
|
this.pageInfo.page = res.data.current;
|
||||||
} else {
|
} else {
|
||||||
this.$message({
|
this.$message({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
|
|||||||
Reference in New Issue
Block a user