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:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-07-11 18:04:54 +07:00
commit 593576a7e6
10 changed files with 964 additions and 774 deletions

View file

@ -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}`
};
}