Merge branch 'master-20250428-shl' into test20250220

This commit is contained in:
joshen
2025-04-29 11:40:56 +08:00

View File

@@ -202,7 +202,9 @@ export default {
apiCourse.getListByToken(req).then(res => {
if (res.status == 200) {
this.pageData = res.data.records;
this.pageInfo.pageSize = res.data.size;
this.pageInfo.total = res.data.pages;
this.pageInfo.page = res.data.current;
} else {
this.$message({
type: 'error',