Merge branch 'cloud' into xingao0922

This commit is contained in:
joshen@zcwytd.com
2023-09-22 11:46:07 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -209,6 +209,7 @@ const myStudyList = function(query) {
courseId 课程id
status:1未开始2学习中9已学完
courseName课程名称关键字查询模糊查询
aname学习人员姓名
courseType课程类型对应微课录播课
startTime 开始学习时间
isFinish true,false

View File

@@ -512,7 +512,7 @@ export default {
courseId: this.manageStudyData.id, //课程的id
status: this.learningRecords.status, //状态
// courseType:this.learningRecords.type,//类型
courseName: this.learningRecords.name, //学习人的姓名 learningRecords
aname: this.learningRecords.name, //学习人的姓名 learningRecords
pageIndex: this.learningRecords.pageIndex,
pageSize: this.learningRecords.pageSize
};