feat:完成出差申请提前结束功能

This commit is contained in:
2026-04-15 18:32:59 +08:00
parent 9c64dd8451
commit 56f7a6abb9
6 changed files with 125 additions and 1 deletions

View File

@@ -46,3 +46,9 @@ export function allTravelReq(query) {
params: query
})
}
export function earlyEndTravel(bizId) {
return request({
url: `/hrm/travel/earlyEnd/${bizId}`,
method: 'put'
})
}