เเก้ฟิล เพิ่ม api ไฟล์

This commit is contained in:
setthawutttty 2023-12-15 13:48:42 +07:00
parent 339c7d2c10
commit 68e78403ca
5 changed files with 94 additions and 21 deletions

View file

@ -8,5 +8,7 @@ export default {
appealMainList:(status: string, type: string, year: number, page: number, pageSize: number, keyword: string)=>`${appeal}/user?status=${status}&type=${type}&year=${year}&page=${page}&pageSize=${pageSize}&keyword=${keyword}`,
appealAdd:()=>`${appeal}`,
appealByID:(id:string)=>`${appeal}/${id}`
appealByID:(id:string)=>`${appeal}/${id}`,
appealByPrintReport:(id:string)=>`${appeal}/report/${id}`
}