This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-08 11:33:05 +07:00
parent 2fa9fcbb4c
commit 66cb55f509
11 changed files with 102 additions and 97 deletions

View file

@ -7,15 +7,7 @@ export default {
profileBykeycloak: () => `${profile}`,
// positionBykeycloak: () => `${env.API_URI}/org/profile/keycloak/position`,
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}`,
appealMainList: () => `${appeal}/user`,
appealAdd: () => `${appeal}`,
appealByID: (id: string) => `${appeal}/${id}`,