รายการประเภทตำแหน่ง: ปรับแก้ไขส่งค่าผิด,แก้Get

This commit is contained in:
oat_dev 2024-03-18 12:05:34 +07:00
parent 91504f66ec
commit ce8fa1afb2
3 changed files with 20 additions and 28 deletions

View file

@ -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}`,