mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
字段展示
This commit is contained in:
@@ -1562,7 +1562,19 @@ export default {
|
|||||||
aid: this.userInfo.aid,
|
aid: this.userInfo.aid,
|
||||||
}
|
}
|
||||||
apiIndex.qualitylist(course).then((res) => {
|
apiIndex.qualitylist(course).then((res) => {
|
||||||
console.log(res,'jinpinsjfhhfjash--------------------------');
|
let courseIds = [];
|
||||||
|
res.data.result.forEach((item) => {
|
||||||
|
item.authorInfo = {
|
||||||
|
aid: "",
|
||||||
|
name: "",
|
||||||
|
orgInfo: "",
|
||||||
|
avatar: "",
|
||||||
|
code: "",
|
||||||
|
sex: null,
|
||||||
|
};
|
||||||
|
courseIds.push(item.courseId);
|
||||||
|
});
|
||||||
|
this.loadCouserTeacher(res.data.result, courseIds);
|
||||||
this.qusisityList.list = res.data.result;
|
this.qusisityList.list = res.data.result;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user