fix(startDateSuspend):sort

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-09 11:53:45 +07:00
parent ad80eae285
commit dc3989acae
2 changed files with 236 additions and 288 deletions

View file

@ -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`,