[update] test
This commit is contained in:
+10
-1
@@ -18,6 +18,12 @@ const enterprisePlanApprovalAgree = (params) => postAction('', params)
|
|||||||
const enterprisePlanApprovalReject = (params) => postAction('', params)
|
const enterprisePlanApprovalReject = (params) => postAction('', params)
|
||||||
// 确定
|
// 确定
|
||||||
const enterprisePlanApprovalDetermine = (params) => postAction('', params)
|
const enterprisePlanApprovalDetermine = (params) => postAction('', params)
|
||||||
|
|
||||||
|
// 流程中心
|
||||||
|
// 待办-转办
|
||||||
|
const toDoTurnTo = (params) => postAction('', params)
|
||||||
|
// 已发-强制撤回
|
||||||
|
const compulsoryWithdrawal = (params) => postAction('', params)
|
||||||
export {
|
export {
|
||||||
deployWorkFlow,
|
deployWorkFlow,
|
||||||
getFlowNodeList,
|
getFlowNodeList,
|
||||||
@@ -27,5 +33,8 @@ export {
|
|||||||
enterprisePlanApprovalTurnTo,
|
enterprisePlanApprovalTurnTo,
|
||||||
enterprisePlanApprovalAgree,
|
enterprisePlanApprovalAgree,
|
||||||
enterprisePlanApprovalReject,
|
enterprisePlanApprovalReject,
|
||||||
enterprisePlanApprovalDetermine
|
enterprisePlanApprovalDetermine,
|
||||||
|
|
||||||
|
toDoTurnTo,
|
||||||
|
compulsoryWithdrawal
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user