Merge branch 'NiceDev' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-15 13:53:12 +07:00
commit ec8f370785
24 changed files with 282 additions and 167 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}`,