This commit is contained in:
wangjh12
2025-04-30 17:15:52 +08:00
parent 3b824b19d4
commit 4a449f3857

View File

@@ -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)
// 课程列表接口 // 课程列表接口