dialog ไม่เเสร็จดี
This commit is contained in:
parent
03ea92dbe9
commit
61b38de30c
4 changed files with 1016 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ const Kpiorg = `${env.API_URI}/org/profile/commander`;
|
|||
|
||||
const KpiUser = `${env.API_URI}/kpi/user`;
|
||||
const kpiAchievement = `${env.API_URI}/kpi/user/achievement`;
|
||||
const kpiReason = `${env.API_URI}/kpi/reason`;
|
||||
export default {
|
||||
kpiPeriod,
|
||||
kpiEvaluation,
|
||||
|
|
@ -38,4 +39,6 @@ export default {
|
|||
kpiReqEdit: (id: string) => `${kpiEvaluation}/edit/${id}`,
|
||||
/**ประเมิน*/
|
||||
kpiAchievementDevelop: `${kpiAchievement}/development`,
|
||||
|
||||
kpiCommentP:(typP:string,type:string,role:string,id:string)=>`${kpiReason}/${typP}/${type}/${role}/${id}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue