This commit is contained in:
STW_TTTY\stwtt 2024-04-01 11:20:49 +07:00
parent ece1203d84
commit 4b316bcfe0
3 changed files with 56 additions and 17 deletions

View file

@ -212,4 +212,5 @@ export default {
/**ปรับรายการเงินเดือนขึ้น-ลง*/
salarySwap: (dierction: string, id: string) =>
`${profile}salary/swap/${dierction}/${id}`,
listProfileNew:(id:string,page:number,pageSize:number)=>`${profile}search/new-page/oc/${id}/officer?page=${page}&pageSize=${pageSize}`
};