รายการประเภทตำแหน่ง: ปรับแก้ไขส่งค่าผิด,แก้Get
This commit is contained in:
parent
91504f66ec
commit
ce8fa1afb2
3 changed files with 20 additions and 28 deletions
|
|
@ -22,6 +22,7 @@ export default {
|
|||
orgPosPositionById: (id: string) => `${orgPos}/position/${id}`,
|
||||
orgPosExecutive: `${orgPos}/executive`,
|
||||
orgPosType: `${orgPos}/type`,
|
||||
orgPosTypeId: (id: string) => `${orgPos}/type/${id}`,
|
||||
orgPosLevel: `${orgPos}/level`,
|
||||
orgPosMaster: `${orgPos}/master`,
|
||||
orgPosMasterById: (id: string) => `${orgPos}/master/${id}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue