เลือกรายชื่อตามหน่วยงาน

This commit is contained in:
STW_TTTY\stwtt 2024-05-21 15:29:31 +07:00
parent 6a763e819b
commit 89008fe62c
5 changed files with 728 additions and 273 deletions

View file

@ -86,5 +86,7 @@ export default {
orgProfileEmp: `${orgEmployeePos}/profile`,
orgSearchProfileEmp: `${orgProfile}-employee/search`,
orgProfileById:(id:string,type:string)=>`${orgProfile}${type}/${id}`
orgProfileById:(id:string,type:string)=>`${orgProfile}${type}/${id}`,
orgDeceasedProfile:`${orgPos}/profile/search`
};