This commit is contained in:
daihh
2022-08-05 18:42:38 +08:00
parent e1d8018060
commit a4e25dc48f
2 changed files with 8 additions and 2 deletions

View File

@@ -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
}