update 选人组件调整
This commit is contained in:
@@ -31,6 +31,11 @@ const uploadFile = (params) => postAction('/sys/common/upload', params)
|
||||
|
||||
// 获取部门列表数据
|
||||
const getDepartmentList = (params) => getAction('/sys/sysDepart/queryTreeList', params)
|
||||
// 部门管理
|
||||
const queryDepartTreeList = (params) => getAction('/sys/sysDepart/queryTreeList', params)
|
||||
|
||||
// 获取角色下拉数据
|
||||
const queryAllRole = (params) => getAction('/sys/role/queryall', params)
|
||||
|
||||
// 获取人员信息列表
|
||||
const getPersonInfoList = (params) => getAction('/process/fb/processFbInfo/getNodeList', params)
|
||||
@@ -138,6 +143,8 @@ export {
|
||||
getFileInfo,
|
||||
uploadFile,
|
||||
getDepartmentList,
|
||||
queryDepartTreeList,
|
||||
queryAllRole,
|
||||
getSSOUserInfo,
|
||||
|
||||
getPersonInfoList,
|
||||
|
||||
Reference in New Issue
Block a user