fix
This commit is contained in:
@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
|
||||
url: `/professional/professionalteachercertificateconf/getById`,
|
||||
method: 'get',
|
||||
params: {
|
||||
id: id
|
||||
}
|
||||
id: id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
|
||||
url: `/professional/professionalteachercertificateconf/deleteById`,
|
||||
method: 'post',
|
||||
data: {
|
||||
id: id
|
||||
}
|
||||
id: id,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
@@ -90,4 +90,3 @@ export const getTeacherCertificateList = () => {
|
||||
method: 'get',
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user