mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
查询添加url参数的支持
This commit is contained in:
@@ -338,25 +338,14 @@
|
|||||||
}else{
|
}else{
|
||||||
this.conType=1;
|
this.conType=1;
|
||||||
}
|
}
|
||||||
|
if(options.keyword){
|
||||||
|
this.keyword=options.keyword;
|
||||||
|
}
|
||||||
this.loadSeachWords();
|
this.loadSeachWords();
|
||||||
if(this.audiences.length==0){
|
if(this.audiences.length==0){
|
||||||
apiUserbasic.getInAudienceIds(this.userInfo.aid).then(rs=>{
|
apiUserbasic.getInAudienceIds(this.userInfo.aid).then(rs=>{
|
||||||
this.audiences=rs;
|
this.audiences=rs;
|
||||||
});
|
});
|
||||||
// Promise.all([apiBoeCourse.audience(this.userInfo.sysId),apiUserGroup.userGroupIds()]).then(rs=>{
|
|
||||||
// //console.log(rs,'rs');
|
|
||||||
// let aids=[];
|
|
||||||
// if(rs[0].status==200){
|
|
||||||
// aids.push(rs[0].result);
|
|
||||||
// }
|
|
||||||
// if(rs[1].status==200){
|
|
||||||
// aids.push(rs[1].result);
|
|
||||||
// }
|
|
||||||
// this.audiences=aids;
|
|
||||||
// //sessionStorage.setItem(localKey,this.audiences);
|
|
||||||
// //this.search();
|
|
||||||
// })
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed:{
|
computed:{
|
||||||
|
|||||||
Reference in New Issue
Block a user