mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-08 02:16:45 +08:00
报告
This commit is contained in:
@@ -8,7 +8,7 @@ export const boeuExamPageList = (obj) => http.post('/report/boeu/exam/pageList',
|
|||||||
//概览页面案例列表请求接口
|
//概览页面案例列表请求接口
|
||||||
export const boeuCasePageList = (obj) => http.post('/report/boeu/case/pageList', obj)
|
export const boeuCasePageList = (obj) => http.post('/report/boeu/case/pageList', obj)
|
||||||
// 请求组织接口
|
// 请求组织接口
|
||||||
export const userGetUserOrg = (obj) => https.get(`/report/organization/all/tree`,obj)
|
export const userGetUserOrg = (obj) => https.get(`/organization/all/tree`,obj)
|
||||||
// 请求所属组织接口
|
// 请求所属组织接口
|
||||||
export const userInfo = (obj) => https.post('/report/user/info', obj)
|
export const userInfo = (obj) => https.post('/report/user/info', obj)
|
||||||
// 课程列表接口
|
// 课程列表接口
|
||||||
|
|||||||
Reference in New Issue
Block a user