Merge branch 'dev-chiangmai' of https://github.com/Frappet/bma-ehr-frontend into dev-chiangmai
# Conflicts: # src/api/05_placement/api.placement.ts # src/modules/05_placement/components/pass/TableDetail.vue
This commit is contained in:
commit
593576a7e6
10 changed files with 964 additions and 774 deletions
|
|
@ -1,14 +1,13 @@
|
|||
/**
|
||||
* api บรรจุ แต่งตั้ง ย้าย โอน
|
||||
*/
|
||||
import env from "../index";
|
||||
|
||||
import env from "../index"
|
||||
const placement = `${env.API_URI}/Placement/placement`
|
||||
|
||||
|
||||
export default {
|
||||
MainDetail: (year: number) => `${placement}/exam/${year}`,
|
||||
yearOptions: () => `${placement}/fiscal`,
|
||||
redirectToPage: (examId: string) => `${placement}/pass/${examId}`,
|
||||
disclaimF: () => `${placement}/pass/disclaim`,
|
||||
defermentF: () => `${placement}/pass/deferment`,
|
||||
getStatCard: (examId: string) => `${placement}/pass/stat/${examId}`,
|
||||
getDatapersonal: (id: string) => `${placement}/personal/${id}`,
|
||||
putProperty: (id: string) => `${placement}/property/${id}`
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue