update 项目合规流程
This commit is contained in:
@@ -358,6 +358,9 @@ const savePostMeetingManage = (params) => postAction('/process/meetingManageFlow
|
||||
// 权限申请流程业务数据
|
||||
const getPostMeetingManageDataById = (params) => getAction('/meetingmanage/processMeetingManage/queryByProjectId', params)
|
||||
|
||||
/* 项目合规评估流程 */
|
||||
const queryProjectRegulationList = (params) => getAction('/projectLibrary/lawsAssess/page', params)
|
||||
|
||||
export {
|
||||
getProcessNodeList,
|
||||
|
||||
@@ -537,5 +540,7 @@ export {
|
||||
approvalPostMeetingManage,
|
||||
transferPostMeetingManage,
|
||||
savePostMeetingManage,
|
||||
getPostMeetingManageDataById
|
||||
getPostMeetingManageDataById,
|
||||
|
||||
queryProjectRegulationList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user