เลือกหน่วยงานที่ต้องการบรรจุ
This commit is contained in:
commit
9f799f22dc
2 changed files with 505 additions and 1 deletions
|
|
@ -2,5 +2,7 @@
|
|||
* api บรรจุ แต่งตั้ง ย้าย โอน
|
||||
*/
|
||||
import env from "../index";
|
||||
const orgTree = `${env.API_URI_ORG_TREE}`;
|
||||
const placement = `${env.API_URI}/Placement/placement`;
|
||||
|
||||
export default {};
|
||||
export default { orgTree: orgTree, placementPass: () => `${placement}/pass` };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue