update 会后管理流程分标委、工作组下拉

This commit is contained in:
danshihao
2024-01-22 14:46:28 +08:00
parent 0361b0be41
commit b158a05222
2 changed files with 22 additions and 16 deletions
+3
View File
@@ -365,6 +365,8 @@ const transferPostMeetingManage = (params) => getAction('/process/meetingManageF
const savePostMeetingManage = (params) => postAction('/process/meetingManageFlow/flowSave', params)
// 权限申请流程业务数据
const getPostMeetingManageDataById = (params) => getAction('/meetingmanage/processMeetingManage/queryByProjectId', params)
// 分标委、工作组下拉 standardizationType ROOT:总标委,WYH:委员会,FBW:分标委,GROUP:工作组)
const getStandardizationList = (params) => getAction('/laws/standardization/lawsStandardization/queryList', params)
// 流程中心统一转办
const processTransfer = (params) => postAction('/workCenter/transfer', params)
@@ -609,6 +611,7 @@ export {
transferPostMeetingManage,
savePostMeetingManage,
getPostMeetingManageDataById,
getStandardizationList,
processTransfer,