เปลี่ยน api ค้นหาคนจากทะเบียนประวัติใหม่ ของวินัยและประเมิน

This commit is contained in:
Warunee Tamkoo 2024-02-16 14:05:12 +07:00
parent 3b0dea6b52
commit 4c54ac272c
3 changed files with 5 additions and 88 deletions

View file

@ -48,4 +48,7 @@ export default {
/** struct-chart*/
orgStructChart: (id: string, type: string) =>
`${organization}/struct-chart/${id}/${type}`,
// ค้นหาคนตามเงื่อนไข
orgSearchPersonal: () => `${organization}/profile/search-personal`,
};