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:
commit
f7f0198613
3 changed files with 249 additions and 25 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue