Files
invyone/frontend/lib
johngreen ecad2915ce feat(부서관리): 기준일 필터 + 시작일/종료일 UI 노출
- 백엔드: selectDepartments 에 base_date <if> 블록 추가 (start_date <= base_date AND (end_date IS NULL OR end_date >= base_date))
- 서비스/컨트롤러에 3-arg overload 와 @RequestParam("base_date") 추가
- 프론트: 사용기간 RadioGroup + 시작일/종료일 Row 의 {false &&} hide 제거
- loadDepartments 가 periodMode === "date" 일 때 baseDate 를 API 에 전달
2026-05-14 14:12:59 +09:00
..
2025-11-28 11:52:23 +09:00
2025-12-09 10:18:07 +09:00
2026-05-07 17:06:26 +09:00
2025-09-26 13:52:32 +09:00
2026-04-21 22:59:51 +09:00
2025-09-03 18:23:23 +09:00
22
2026-04-07 13:39:14 +09:00
2026-04-08 04:55:12 +09:00