refactor(leave): validate isAct commander

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-11 15:54:10 +07:00
parent 852f3226c1
commit 8dc473eec0
3 changed files with 38 additions and 8 deletions

View file

@ -50,6 +50,8 @@ interface SeqTypeRow {
keycloakId: string;
approveStatus: string;
comment: string;
keyId?: string;
isAct?: boolean;
}
interface DataDateMonthObject {
month: number;