ปลด validate วันที่มีผล ถ้าไม่มีค่า เเสดง ว่าง

This commit is contained in:
setthawutttty 2024-03-06 15:01:14 +07:00
parent e9fd48f7f3
commit 36d1473c11
3 changed files with 14 additions and 66 deletions

View file

@ -26,9 +26,6 @@ interface ObjectSalaryRef {
salaryType: object | null;
posTypId: object | null;
posLevelId: object | null;
date: object | null;
startDate: object | null;
endDate: object | null;
[key: string]: any;
}