Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop
# Conflicts: # src/api/06_retirement/api.retirement.ts
This commit is contained in:
commit
ecbd8f5518
8 changed files with 1151 additions and 212 deletions
|
|
@ -1,8 +1,4 @@
|
|||
/**
|
||||
* api พ้นจากราชการ
|
||||
*/
|
||||
import env from "../index";
|
||||
|
||||
const retirement = `${env.API_URI}/retirement`
|
||||
|
||||
|
||||
|
|
@ -12,6 +8,7 @@ export default {
|
|||
getprofileRetire: (retireId: string) => `${retirement}/${retireId}`,
|
||||
createnote: () => `${retirement}/reason/`,
|
||||
reasonId: (retireId:string) => `${retirement}/reason/${retireId}`,
|
||||
retirement:(type:string) => `${retirement}/${type}/2023`
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue