mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 添加请假申请详情接口,优化请假操作表单样式
This commit is contained in:
@ -8,6 +8,13 @@ export function fetchGetLeaveList(params?: Api.Workflow.LeaveSearchParams) {
|
||||
params
|
||||
});
|
||||
}
|
||||
/** 获取请假申请详情 */
|
||||
export function fetchGetLeaveDetail(id: CommonType.IdType) {
|
||||
return request<Api.Workflow.LeaveOperateParams>({
|
||||
url: `/workflow/leave/${id}`,
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
|
||||
/** 新增请假申请 */
|
||||
export function fetchCreateLeave(data: Api.Workflow.LeaveOperateParams) {
|
||||
|
Reference in New Issue
Block a user