Merge branch 'NiceDev' into develop
This commit is contained in:
commit
ec8f370785
24 changed files with 282 additions and 167 deletions
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue