ปรับ api path period active
This commit is contained in:
parent
2c75ca60cc
commit
53b9b37d0a
3 changed files with 6 additions and 4 deletions
|
|
@ -20,6 +20,7 @@ export default {
|
|||
salaryRateListByid: (id: string) => `${salaryRate}/${id}`,
|
||||
salaryReportByid: (id: string) => `${salary}/report/${id}`,
|
||||
salaryPeriod: () => `${salary}/period`,
|
||||
salaryPeriodActive: () => `${salary}/period/active`,
|
||||
|
||||
/** รายการเงินเดือน*/
|
||||
keycloakPositionByid: (id: string) =>
|
||||
|
|
@ -44,6 +45,7 @@ export default {
|
|||
salaryEmployeeRateList: `${salaryRate}/employee`,
|
||||
salaryEmployeeRateListByid: (id: string) => `${salaryRate}/employee/${id}`,
|
||||
|
||||
salaryEmployeePosType:()=>`${salaryOrg}/pos/type`,
|
||||
salaryEmployeePositionType:(key:string)=>`${salaryOrg}/pos/position?keyword=${key}&type=positionType`
|
||||
salaryEmployeePosType: () => `${salaryOrg}/pos/type`,
|
||||
salaryEmployeePositionType: (key: string) =>
|
||||
`${salaryOrg}/pos/position?keyword=${key}&type=positionType`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue