diff --git a/src/main/resources/static/js/common.js b/src/main/resources/static/js/common.js index a6166e1f..927b6760 100644 --- a/src/main/resources/static/js/common.js +++ b/src/main/resources/static/js/common.js @@ -42,7 +42,16 @@ $(document).on('click', '.alarmTr', function (){ "alarmKey="+$(this).find(".alarmKey").val()+ "&userSeq="+$(this).find(".userSeq").val(); }) - +$(document).on('change', '#ogCdSearch', function (){ + const ofcCdSearch = $("#ofcCdSearch") + ofcCdSearch.val(""); + if(this.value === ""){ + ofcCdSearch.find('.ofcCdOption').show(); + }else{ + ofcCdSearch.find('.ofcCdOption').hide(); + ofcCdSearch.find('.'+this.value).show(); + } +}) $(document).on('click', '.allChk', function (){ $(this).parents('table').find('[type="checkbox"]').prop("checked", this.checked); }) diff --git a/src/main/resources/templates/adminPage/authMgt/authMgt.html b/src/main/resources/templates/adminPage/authMgt/authMgt.html index 4fbe27ab..884de9d6 100644 --- a/src/main/resources/templates/adminPage/authMgt/authMgt.html +++ b/src/main/resources/templates/adminPage/authMgt/authMgt.html @@ -29,7 +29,7 @@
- @@ -39,11 +39,12 @@
- - + diff --git a/src/main/resources/templates/adminPage/userMgt/accessChange.html b/src/main/resources/templates/adminPage/userMgt/accessChange.html index 997a06b4..166a5596 100644 --- a/src/main/resources/templates/adminPage/userMgt/accessChange.html +++ b/src/main/resources/templates/adminPage/userMgt/accessChange.html @@ -29,7 +29,7 @@
- @@ -37,11 +37,12 @@
- - + diff --git a/src/main/resources/templates/adminPage/userMgt/userMgt.html b/src/main/resources/templates/adminPage/userMgt/userMgt.html index be54f12d..81def043 100644 --- a/src/main/resources/templates/adminPage/userMgt/userMgt.html +++ b/src/main/resources/templates/adminPage/userMgt/userMgt.html @@ -39,19 +39,20 @@
- - - + +
- - + @@ -59,8 +60,8 @@
diff --git a/src/main/resources/templates/police/education/educationMgt.html b/src/main/resources/templates/police/education/educationMgt.html index fcc85a10..0500d803 100644 --- a/src/main/resources/templates/police/education/educationMgt.html +++ b/src/main/resources/templates/police/education/educationMgt.html @@ -52,7 +52,7 @@
- @@ -62,11 +62,12 @@
- - +