mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
未查询
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