รายชื่อผู้สอบในรอบ => วันที่รายงานตัว
This commit is contained in:
parent
f3d8aac352
commit
6df41b9881
3 changed files with 133 additions and 3 deletions
|
|
@ -60,6 +60,8 @@ export default {
|
|||
// clear Position
|
||||
clearPosition: (personalId: string) =>
|
||||
`${placement}/position/clear/${personalId}`,
|
||||
clearDate: (personalId: string) =>
|
||||
`${placement}/date/update/${personalId}`,
|
||||
// Document
|
||||
documentByid: (personalId: string) => `${placement}/doc/${personalId}`,
|
||||
documentDelid: (personalId: string, docid: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue