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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user