fixing filter register & show rang
This commit is contained in:
parent
2531a90e57
commit
6ee3227f16
6 changed files with 54 additions and 46 deletions
|
|
@ -10,6 +10,8 @@ interface FormFilter {
|
|||
isShowRetire: boolean | null;
|
||||
isProbation: boolean | null;
|
||||
isAll?: boolean;
|
||||
nodeId?: string | null;
|
||||
node?: string | null;
|
||||
}
|
||||
|
||||
interface FormAddPerson {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue