เเก้ฟิล เพิ่ม api ไฟล์
This commit is contained in:
parent
339c7d2c10
commit
68e78403ca
5 changed files with 94 additions and 21 deletions
|
|
@ -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}`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue