mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
增加userbasic
This commit is contained in:
17
src/api/boe/userbasic.js
Normal file
17
src/api/boe/userbasic.js
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
import ajax from '../ajax';
|
||||
//const baseURL = process.env.VUE_APP_CESOURCE_BASE_API;
|
||||
const baseURL ="userbasic";
|
||||
|
||||
/**
|
||||
* 获取用户的组织机构
|
||||
* organization_id
|
||||
*/
|
||||
const userParentOrg = function() {
|
||||
return ajax.post(baseURL,'/org/userParentOrg',{});
|
||||
}
|
||||
|
||||
|
||||
export default {
|
||||
userParentOrg
|
||||
}
|
||||
Reference in New Issue
Block a user