学生资助-问题修复

This commit is contained in:
2026-03-11 11:18:05 +08:00
parent b6337714cc
commit 2c2aa68ce1
6 changed files with 243 additions and 194 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({