fix
This commit is contained in:
@@ -44,7 +44,7 @@ export const getObj = (id: string | number) => {
|
||||
return request({
|
||||
url: `/recruit/recruitstudentplancorrectscoreconfig/getById`,
|
||||
method: 'get',
|
||||
params:{id:id}
|
||||
params: { id: id },
|
||||
});
|
||||
};
|
||||
|
||||
@@ -56,7 +56,7 @@ export const delObj = (id: string | number) => {
|
||||
return request({
|
||||
url: `/recruit/recruitstudentplancorrectscoreconfig/deleteById`,
|
||||
method: 'post',
|
||||
data:{id:id}
|
||||
data: { id: id },
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user