[update] 画年度制修订计划(标准化发起)
This commit is contained in:
@@ -29,6 +29,14 @@ const getEnStandardNo = (params) => postAction('/process/es/initChange/getStanda
|
||||
// 根据流程id获取流程信息
|
||||
const getProcessDataById = (params) => getAction('/process/center/handle', params)
|
||||
|
||||
// 年度制修订计划(标准化发起)
|
||||
// 批量设置联络人
|
||||
const standardizationInitBatchSetContact = (params) => getAction('', params)
|
||||
// 批量设置审批人
|
||||
const standardizationInitBatchSetApprover = (params) => getAction('', params)
|
||||
// 批量设置主起草人
|
||||
const standardizationInitBatchSetDrafter = (params) => getAction('', params)
|
||||
|
||||
// 流程中心
|
||||
// 待办-转办
|
||||
const toDoTurnTo = (params) => postAction('', params)
|
||||
@@ -50,6 +58,10 @@ export {
|
||||
getEnStandardNo,
|
||||
getProcessDataById,
|
||||
|
||||
standardizationInitBatchSetContact,
|
||||
standardizationInitBatchSetApprover,
|
||||
standardizationInitBatchSetDrafter,
|
||||
|
||||
toDoTurnTo,
|
||||
compulsoryWithdrawal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user