fixing api command
This commit is contained in:
parent
b92ea338a5
commit
f2dcba4dec
1 changed files with 3 additions and 6 deletions
|
|
@ -60,8 +60,7 @@ export default {
|
|||
// clear Position
|
||||
clearPosition: (personalId: string) =>
|
||||
`${placement}/position/clear/${personalId}`,
|
||||
clearDate: (personalId: string) =>
|
||||
`${placement}/date/update/${personalId}`,
|
||||
clearDate: (personalId: string) => `${placement}/date/update/${personalId}`,
|
||||
// Document
|
||||
documentByid: (personalId: string) => `${placement}/doc/${personalId}`,
|
||||
documentDelid: (personalId: string, docid: string) =>
|
||||
|
|
@ -69,7 +68,8 @@ export default {
|
|||
|
||||
// order
|
||||
organizationsOrder: () => `${order}/order/organizations`,
|
||||
approverOC: (id: string) => `${order}/order/approver/${id}`,
|
||||
// approverOC: (id: string) => `${order}/order/approver/${id}`,
|
||||
approverOC: (id: string) => `${order}/org/approver/${id}`,
|
||||
yearOptionsOrder: () => `${order}/order/fiscal-year`,
|
||||
listOrder: () => `${order}/order`,
|
||||
detailOrder: (orderId: string) => `${order}/order/detail/${orderId}`,
|
||||
|
|
@ -175,7 +175,4 @@ export default {
|
|||
appointEmployeeOrder: (typeId: string) =>
|
||||
`${placement}/appointment/temp/report/${typeId}`,
|
||||
apppointmentPositionUse: () => `${placement}/appointment/temp/use`,
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue