案例选所有人

This commit is contained in:
nisen
2023-09-13 11:31:34 +08:00
parent df3db82902
commit 77121a63d2
2 changed files with 77 additions and 47 deletions

View File

@@ -33,4 +33,6 @@ export const caseRecommend = (data) => http.post('/xboe/m/boe/cases/recommend/la
})
//案例推荐选人的查询列表
export const userList = (data) => httpUserbase.post('/user/list', data)
export const userList = (data) => httpUserbase.post('/user/list', data)
//案例查询组织所有人数
export const getOrgUsers = (data) => httpUserbase.post('/user/getOrgUsers', data)