휴가 신청 삭제시 로그파일에 기록되도록 함

This commit is contained in:
ChiKyun Kim
2025-10-29 10:43:28 +09:00
parent 6bd4f84192
commit 3f3a2834df
51 changed files with 1321 additions and 5365 deletions

View File

@@ -298,12 +298,11 @@
</div>
</div>
<!-- 공통 네비게이션 JS -->
<script src="/js/common-navigation.js"></script>
<script>
// 공통 네비게이션 컴포넌
class CommonNavigation {
constructor(currentPage = '') {
this.currentPage = currentPage;
this.menuItems = [];
// 공용코드 전용 스크립
this.init();
}