Commit e295ebac authored by huanghaoting's avatar huanghaoting

请假审批

parent bc9712e0
......@@ -77,3 +77,22 @@ export function getGeneralManagerNickName() {
method: 'get'
})
}
// 获取总经理的nick_name
export function getShenpiList(id) {
return request({
url: '/approvalConfiguration/getNodeList/'+id,
method: 'get'
})
}
// 更新节点和审批状态
export function batchUpdateLeaveApplicationByNodeIdAndApprovalStatus(data) {
return request({
url: '/application/application/updateNodeAndApprovalStatus',
method: 'put',
data: data
})
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment