ทะเบียนประวัติ
This commit is contained in:
parent
1915c25dbf
commit
023acccf02
7 changed files with 316 additions and 137 deletions
|
|
@ -207,4 +207,16 @@ export default {
|
|||
|
||||
requestInformationbyType: (type: string, id: string) =>
|
||||
`${registryNew}/request-edit/${type}/${id}`,
|
||||
|
||||
// รักษาการในตำแหน่ง
|
||||
profileActposition: (type: string, id: string) =>
|
||||
`${registryNew}${type}/actposition/${id}`,
|
||||
profileActpositionHistory: (id: string, type: string) =>
|
||||
`${registryNew}${type}/actposition/history/${id}`,
|
||||
|
||||
//ช่วยราชการ
|
||||
profileAssistance: (type: string, id: string) =>
|
||||
`${registryNew}${type}/assistance/${id}`,
|
||||
profileAssistanceHistory: (id: string, type: string) =>
|
||||
`${registryNew}${type}/assistance/history/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue