fix: import not use & change const to let
This commit is contained in:
parent
26ee98f48f
commit
58cbeb108d
14 changed files with 16 additions and 18 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import path from "path";
|
||||
import env from "../index";
|
||||
const retirement = `${env.API_URI}/retirement`;
|
||||
const retirementDischarge = `${retirement}/discharge`;
|
||||
|
|
@ -107,5 +106,6 @@ export default {
|
|||
`${retirement}/resign${typeEmp}/admin-cancel/${action}/${id}`,
|
||||
|
||||
// แก้ไขข้อมูลการลาออก
|
||||
updateResign: (path: string, id: string) => `${retirement}/${path}/admin-update/resign-info/${id}`,
|
||||
updateResign: (path: string, id: string) =>
|
||||
`${retirement}/${path}/admin-update/resign-info/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue