แก้ path วินัย

This commit is contained in:
STW_TTTY\stwtt 2024-09-24 10:07:49 +07:00
parent 3fc9258d99
commit fc9f22ba2b
4 changed files with 84 additions and 45 deletions

View file

@ -17,7 +17,7 @@ export default {
/**
* @param id type
*/
complaintListOp: () => `${disciplineMain}/complaint_Channel`,
complaintListOp: (page?:string) => `${disciplineMain}/complaint_Channel/${page}`,
complaintChannelbyId: (id: string) =>
`${disciplineMain}/complaint_Channel/${id}`,
complaintAdd: () => `${disciplineMain}/complaint`,