api เครื่องราช ส่วนบันทึกผล
This commit is contained in:
parent
41cb1f814e
commit
80512ae2ee
4 changed files with 1317 additions and 805 deletions
|
|
@ -26,6 +26,10 @@ export default {
|
|||
insigniaDashboard: (insigniaPeriodId: string) => `${insignia}/request/dashboard/${insigniaPeriodId}`,
|
||||
// record
|
||||
noteround: () => `${insignia}/request/note`,
|
||||
noteSearch: () => `${insignia}/request/note/search`,
|
||||
noteAdd: (insigniaId: string) => `${insignia}/request/note/${insigniaId}`,
|
||||
noteByid: (id: string) => `${insignia}/request/note/${id}`,
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue