1
This commit is contained in:
@@ -42,7 +42,7 @@ export const getObj = (id: string | number) => {
|
||||
*/
|
||||
export const delObj = (id: string | number) => {
|
||||
return request({
|
||||
url: `/recruit/recruitstudentplan/deletById`,
|
||||
url: `/recruit/recruitstudentplan/deleteById`,
|
||||
method: 'post',
|
||||
data: { id :id},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user