เพิ่ม filter dateAppoint
This commit is contained in:
parent
e3e9d31fb6
commit
78de1bd91e
5 changed files with 111 additions and 7 deletions
|
|
@ -14,6 +14,7 @@ interface FormFilter {
|
|||
nodeId?: string | null;
|
||||
node?: string | null | number;
|
||||
retireType?: null | string;
|
||||
dateAppoint?: string;
|
||||
}
|
||||
|
||||
interface FormAddPerson {
|
||||
|
|
@ -56,6 +57,7 @@ interface QueryParams {
|
|||
nodeId?: string;
|
||||
isAll?: boolean;
|
||||
retireType?: string | null;
|
||||
dateAppoint?: string;
|
||||
}
|
||||
|
||||
interface FormChangeName {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue