mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
在一期中修改的增加了一个接口,移过来
This commit is contained in:
@@ -62,6 +62,11 @@ const detail = function(id) {
|
||||
return ajax.get('/xboe/sys/user/detail?id='+id);
|
||||
}
|
||||
|
||||
/**转化机构信息需求,课程审核那会添加*/
|
||||
const getOrgSimpleByUserId = function(id) {
|
||||
return ajax.get('/xboe/sys/user/org/org-byuserid?userId='+id);
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改个签
|
||||
* */
|
||||
@@ -90,6 +95,7 @@ export default{
|
||||
getByLoginName,
|
||||
findByName,
|
||||
detail,
|
||||
getOrgSimpleByUserId,
|
||||
updateSign,
|
||||
updateDynamic,
|
||||
findSignDynamic
|
||||
|
||||
Reference in New Issue
Block a user