This commit is contained in:
2026-03-13 15:14:33 +08:00
8 changed files with 354 additions and 261 deletions

View File

@@ -35,6 +35,15 @@ export function updateApply(data) {
})
}
// 保存助学金申请(第一次保存)
export function saveApply(data) {
return request({
url: '/comprehensive/zxj/apply/save',
method: 'post',
data: data
})
}
// 删除助学金申请
export function delApply(id) {
return request({