学生资助-问题修复
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user