fix(startDateSuspend):sort
This commit is contained in:
parent
ad80eae285
commit
dc3989acae
2 changed files with 236 additions and 288 deletions
|
|
@ -82,13 +82,8 @@ export default {
|
|||
`${discipline}/director/${disciplineId}/${id}`,
|
||||
|
||||
/** ผู้ถูกพักราชการ */
|
||||
suspendMain: (
|
||||
page: number,
|
||||
pageSize: number,
|
||||
keyword: string,
|
||||
type: string
|
||||
) =>
|
||||
`${suspend}?page=${page}&pageSize=${pageSize}&keyword=${keyword}&profileType=${type}`,
|
||||
suspendMain: suspend,
|
||||
|
||||
suspendById: (id: string) => `${suspend}/${id}`,
|
||||
|
||||
suspendReport: () => `${suspend}/report`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue