修改社区报名取消功能
This commit is contained in:
@@ -17,4 +17,12 @@ export function applyDetail(id) {
|
||||
url: '/staff/OneStopRegistrationRecord/' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
//取消报名
|
||||
export function cancelRegistration(recordId) {
|
||||
return request({
|
||||
url: '/staff/OneStopRegistrationRecord/cancelRegistration/' + recordId,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user