fixing filter register & show rang

This commit is contained in:
Warunee Tamkoo 2024-09-04 14:37:39 +07:00
parent 2531a90e57
commit 6ee3227f16
6 changed files with 54 additions and 46 deletions

View file

@ -10,6 +10,8 @@ interface FormFilter {
isShowRetire: boolean | null;
isProbation: boolean | null;
isAll?: boolean;
nodeId?: string | null;
node?: string | null;
}
interface FormAddPerson {