Merge branch 'nice_dev' into develop
This commit is contained in:
commit
4881d8bb27
3 changed files with 432 additions and 369 deletions
|
|
@ -14,6 +14,12 @@ export default {
|
|||
|
||||
//RetirementDeceased ถึงแก่กรรม
|
||||
listDeceased: () => `${retirement}/deceased`,
|
||||
detailDeceased: (id: string) => `${retirement}/deceased/${id}`
|
||||
detailDeceased: (id: string) => `${retirement}/deceased/${id}`,
|
||||
|
||||
// RetirementResign ระบบลาออก
|
||||
listResign: () => `${retirement}/resign`,
|
||||
resingByid: (id: string) => `${retirement}/resign/${id}`,
|
||||
resignConfirm: (id: string) => `${retirement}/resign/confirm/${id}`,
|
||||
resignReject: (id: string) => `${retirement}/resign/reject/${id}`,
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue