mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
修改一个bug问题,学习记录,根据姓名查询的,查出不数据的问题
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user