API รายละเอียด รายการลงเวลา
This commit is contained in:
parent
b4f269cd94
commit
9100062af6
5 changed files with 22 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ export default {
|
|||
/**รายการลงเวลาปฏิบัติงาน */
|
||||
logRecord: () => `${leave}/log-record`,
|
||||
timeRecord: () => `${leave}/time-record`,
|
||||
timeRecordById: (id: string) => `${leave}/time-record/${id}`,
|
||||
recordById: (id: string, type: string) => `${leave}/${type}/${id}`,
|
||||
/** เปลี่ยนแปลงลงเวลา*/
|
||||
leaveSearch: () => `${leave}/search`,
|
||||
leaveRound: () => `${leave}/round`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue