ปรับการแสดงผลฟอร์มเพิ่ม/แก้ไขตำแหน่งของข้าราชการ
This commit is contained in:
parent
ee22aa6f6f
commit
6d253b54dd
3 changed files with 101 additions and 40 deletions
|
|
@ -20,6 +20,7 @@ export default {
|
|||
/** position*/
|
||||
orgPosPosition: `${orgPos}/position`,
|
||||
orgPosPositionById: (id: string) => `${orgPos}/position/${id}`,
|
||||
orgPosPositionExecutive : () => `${orgPos}/position/executive`,
|
||||
orgPosExecutive: `${orgPos}/executive`,
|
||||
orgPosType: `${orgPos}/type`,
|
||||
orgPosLevel: `${orgPos}/level`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue