mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
提交
This commit is contained in:
@@ -129,6 +129,11 @@ const downloadTemplate=function(){
|
||||
return ajax.get(requestParam);
|
||||
}
|
||||
|
||||
const userGroupIds=function() {
|
||||
return ajax.get('/xboe/usergroup/user-group-ids');
|
||||
}
|
||||
|
||||
|
||||
export default{
|
||||
list,
|
||||
findByName,
|
||||
@@ -139,5 +144,6 @@ export default{
|
||||
publish,
|
||||
del,
|
||||
downloadTemplate,
|
||||
userOrgs
|
||||
userOrgs,
|
||||
userGroupIds
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user