修改学生资助内容
This commit is contained in:
@@ -53,6 +53,14 @@ export function delOneStopRegistrationRecord(recordId) {
|
||||
})
|
||||
}
|
||||
|
||||
// 取消报名
|
||||
export function cancelRegistration(recordId) {
|
||||
return request({
|
||||
url: '/staff/OneStopRegistrationRecord/cancelRegistration/' + recordId,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 统计各部门预约功能房数量
|
||||
export function getDepartmentReservationCount(query) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user