mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
查询添加url参数的支持
This commit is contained in:
@@ -338,25 +338,14 @@
|
||||
}else{
|
||||
this.conType=1;
|
||||
}
|
||||
if(options.keyword){
|
||||
this.keyword=options.keyword;
|
||||
}
|
||||
this.loadSeachWords();
|
||||
if(this.audiences.length==0){
|
||||
apiUserbasic.getInAudienceIds(this.userInfo.aid).then(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:{
|
||||
|
||||
Reference in New Issue
Block a user