fix: 연감 staticValues 중복

This commit is contained in:
2022-03-23 23:51:29 +09:00
parent 45203a6717
commit 1c40c2caf9
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ $(function ($) {
let $elements = $();
const endDate = joinYearMonth(staticValues.lastYear, staticValues.lastMonth) + 1;//연감 마지막 + 1(현재)
let currDate = joinYearMonth(staticValues.startYear, staticValues.startMonth);
let currDate = joinYearMonth(currYear, currMonth);
while (currDate <= endDate) {
let sel = '';
if (currDate == selectDate) {