UI รายงานสถิติข้อมูลข้าราชการ กทม. สามัญ
This commit is contained in:
parent
9001f79763
commit
35cf33e667
3 changed files with 212 additions and 5 deletions
|
|
@ -7,6 +7,7 @@ const orgEmployeePos = `${env.API_URI}/org/employee/pos`;
|
|||
const orgAct = `${env.API_URI}/org/act`;
|
||||
const orgPosAct = `${env.API_URI}/org/pos/act`;
|
||||
const workflow = `${env.API_URI}/org/workflow`;
|
||||
const reportOrg = `${env.API_URI}/org/report`;
|
||||
|
||||
export default {
|
||||
keycloakPosition: () => `${organization}/profile/keycloak/position`,
|
||||
|
|
@ -155,4 +156,6 @@ export default {
|
|||
positionCondition: `${orgPos}/master/position-condition`,
|
||||
|
||||
keycloakLogSSO: `${organization}/keycloak/log/sso`,
|
||||
|
||||
reportOrgByType:(type:string)=>`${reportOrg}/registry-${type}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue