This commit is contained in:
zhy
2025-09-30 09:55:34 +08:00
11 changed files with 1421 additions and 103 deletions

View File

@@ -134,6 +134,15 @@ export function manyLeaveAudit(data) {
})
}
// 批量驳回去向调查
export function manyLeaveReject(data) {
return request({
url: '/survey/itinerary/manyLeaveReject',
method: 'post',
data: data
})
}
export function leaveAudit(data) {
return request({
url: '/survey/itinerary/leaveAudit',