学生资助

This commit is contained in:
2025-09-29 15:06:26 +08:00
parent 2fc41315fa
commit 07832bdffa
11 changed files with 1421 additions and 103 deletions

View File

@@ -104,6 +104,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',