mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal
This commit is contained in:
@@ -518,9 +518,11 @@ export default {
|
||||
apiUserbasic.getInAudienceIds().then(rs=>{
|
||||
if(rs.status==200){
|
||||
this.audiences=rs.result;
|
||||
sessionStorage.setItem(localKey,this.audiences);
|
||||
}else{
|
||||
console.log(rs.message);
|
||||
}
|
||||
this.search();
|
||||
})
|
||||
// Promise.all([apiOldCourse.audience(this.userInfo.sysId),apiUserGroup.userGroupIds()]).then(rs=>{
|
||||
// //console.log(rs,'rs');
|
||||
|
||||
Reference in New Issue
Block a user