Merge branch 'develop' of github.com:Frappet/BMA-EHR-USER into develop

* 'develop' of github.com:Frappet/BMA-EHR-USER:
  no message
  ผูก API
This commit is contained in:
Warunee Tamkoo 2024-06-26 17:07:17 +07:00
commit f7f0198613
3 changed files with 249 additions and 25 deletions

View file

@ -43,6 +43,9 @@ export default {
Kpiorg,
kpiEvaluationCheck: `${kpiEvaluation}/check`,
kpiSendToStatus: (id: string) => `${kpiEvaluation}/status/${id}`,
kpiSendToSummary: (id: string) => `${kpiEvaluation}/summary/${id}`,
kpiSendToGet: (id: string) => `${kpiEvaluation}/reason/${id}`,
kpiSendToReason: (id: string,type:string) => `${kpiEvaluation}/reason/${type}/${id}`,
kpiReqEdit: (id: string) => `${kpiEvaluation}/edit/${id}`,
/**ประเมิน*/
kpiAchievementDevelop: `${kpiAchievement}/development`,