download ข้อตกลง

This commit is contained in:
setthawutttty 2025-02-20 11:40:35 +07:00
parent 431abcbfa4
commit c19c8a5966
2 changed files with 46 additions and 1 deletions

View file

@ -73,6 +73,8 @@ export default {
developmentReQuestIDP: (id: string) => `${developmentOrg}/profile/development/registry/USER/${id}`,
developmentIDP: (id: string) => `${development}/main/registry/USER/${id}`,
kpiReject:(id:string)=>`${kpiEvaluation}/reject-agreement/${id}`
kpiReject:(id:string)=>`${kpiEvaluation}/reject-agreement/${id}`,
kpiReportList:(id:string)=>`${Kpi}/report/list/${id}`
};