From 32e7c3d8d224093e1208e351025152ade0013c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 8 Dec 2023 18:13:01 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/api.js b/src/api/api.js index 2187439..cfd0193 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -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)