dialog ไม่เเสร็จดี

This commit is contained in:
STW_TTTY\stwtt 2024-05-13 17:50:26 +07:00
parent 03ea92dbe9
commit 61b38de30c
4 changed files with 1016 additions and 0 deletions

View file

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