[update] 修改企标制修订流程
This commit is contained in:
@@ -43,6 +43,9 @@ const getPersonInfoList = (params) => getAction('/activiti/getNodeList', params)
|
||||
// 获取标准左侧树列表(标准体系)
|
||||
const getTreeList = (params) => getAction('/laws/standard/lawsTreeNode/enterprise', params)
|
||||
|
||||
// 内部工作组,左侧树查询
|
||||
const getWorkGroupTreeList = (params) => getAction('/sys/lawsWorkingGroup/list', params)
|
||||
|
||||
// 标准入库/变更流程------------
|
||||
// 国内法规标准-获取表单模型
|
||||
const getDomesticStandardFormModal = (params) => getAction('/laws/standard/domestic/getFormModel', params)
|
||||
@@ -263,6 +266,8 @@ export {
|
||||
getPersonInfoList,
|
||||
getTreeList,
|
||||
|
||||
getWorkGroupTreeList,
|
||||
|
||||
getDomesticStandardFormModal,
|
||||
getOverseasStandardForm,
|
||||
queryStandardECProcessData,
|
||||
|
||||
Reference in New Issue
Block a user