update 起草组管理对接接口
This commit is contained in:
@@ -136,6 +136,14 @@ const revokeConfirm = (params) => postAction(`/payConfirmPaymentRecord/backIncom
|
||||
// 判断当前节点 是否可以发邮件
|
||||
const judgeEmailStatus = (param) => getAction('/sys/message/sysMessageTemplate/queryByCode', param)
|
||||
|
||||
// 2024-01-08 起草组相关功能接口
|
||||
// 起草组管理-复制
|
||||
const copyDraftingGroup = (param) => postAction('/drafting/payDraftingGroup/copy', param)
|
||||
// 起草组管理-工作组下拉
|
||||
const getWorkingGroupList = (param) => getAction('/drafting/payDraftingGroup/queryAllWorkingGroupsIdAndName', param)
|
||||
// 通过id获取起草组详情
|
||||
const getDraftingGroupById = (params) => getAction('/drafting/payDraftingGroup/queryById', params)
|
||||
|
||||
export {
|
||||
getWorkingGroupById,
|
||||
getChargeNotice,
|
||||
@@ -206,5 +214,9 @@ export {
|
||||
revokeConfirm,
|
||||
|
||||
|
||||
judgeEmailStatus
|
||||
judgeEmailStatus,
|
||||
|
||||
copyDraftingGroup,
|
||||
getWorkingGroupList,
|
||||
getDraftingGroupById,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user