fix: ปรับ api ค้นหาคนครองในโครงสร้างปัจจุบัน แก้ tag ผิด
This commit is contained in:
parent
762acf46bd
commit
2135c01c16
4 changed files with 13 additions and 6 deletions
|
|
@ -57,6 +57,7 @@ export default {
|
|||
|
||||
/**ครองตำแหน่ง */
|
||||
orgSearchProfile: `${orgProfile}/search`,
|
||||
orgSearchCurrentProfile: `${orgProfile}/search/current/person`,
|
||||
orgProfile: `${orgPos}/profile`,
|
||||
orgDeleteProfile: (id: string) => `${orgPos}/profile/delete/${id}`,
|
||||
orgSummary: `${orgPos}/summary`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue