mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
提交
This commit is contained in:
@@ -448,9 +448,6 @@ export default {
|
||||
};
|
||||
apiFavorite.queryAll(query).then(res=>{
|
||||
if(res.status==200){
|
||||
|
||||
|
||||
|
||||
this.dataList.count=res.result.count;
|
||||
if(res.result.length!=0){
|
||||
let courseIds=[];
|
||||
@@ -480,7 +477,8 @@ export default {
|
||||
res.result.list.forEach(item=>{
|
||||
item.isAll = false;
|
||||
})
|
||||
this.dataList.list.push(...res.result.list);
|
||||
// this.dataList.list.push(...res.result.list);
|
||||
this.dataList.list=res.result.list;
|
||||
this.getAllUserData(res.result.list);
|
||||
}else{
|
||||
this.dataList.list=[]
|
||||
|
||||
Reference in New Issue
Block a user