Merge branch 'master-20250428-shl' into test20250220

This commit is contained in:
joshen
2025-04-29 11:34:14 +08:00

View File

@@ -201,9 +201,8 @@ export default {
}
apiCourse.getListByToken(req).then(res => {
if (res.status == 200) {
this.pageData = res.result.records;
// this.pageInfo = res.result.pageInfo;
// this.pageInfo.total = Number(20);
this.pageData = res.data.records;
this.pageInfo.total = res.data.pages;
} else {
this.$message({
type: 'error',