字段展示

This commit is contained in:
dong.ai
2025-09-14 19:08:21 +08:00
parent 30897a1fa5
commit 205bf5469f

View File

@@ -1562,7 +1562,19 @@ export default {
aid: this.userInfo.aid,
}
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;
})
},