update 人员信息

This commit is contained in:
赵霄
2023-12-08 18:13:01 +08:00
parent 7f19b1ba2b
commit 32e7c3d8d2
+1 -1
View File
@@ -38,7 +38,7 @@ const queryDepartTreeList = (params) => getAction('/sys/sysDepart/queryTreeList'
const queryAllRole = (params) => getAction('/sys/role/queryall', params)
// 获取人员信息列表
const getPersonInfoList = (params) => getAction('/process/fb/processFbInfo/getNodeList', params)
const getPersonInfoList = (params) => getAction('/activiti/getNodeList', params)
// 获取标准左侧树列表(标准体系)
const getTreeList = (params) => getAction('/laws/standard/lawsTreeNode/enterprise', params)