diff --git a/src/main/webapp/WEB-INF/jsp/base/actionGroup/actionGroup-main.jsp b/src/main/webapp/WEB-INF/jsp/base/actionGroup/actionGroup-main.jsp index 4da949c2..44526624 100644 --- a/src/main/webapp/WEB-INF/jsp/base/actionGroup/actionGroup-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/actionGroup/actionGroup-main.jsp @@ -31,7 +31,7 @@
아이디 | 이름 | @@ -69,7 +69,7 @@
---|
기능 URL | 등록일자 | @@ -138,7 +138,8 @@ function renderaction${infoPrefix}List() { [document.getElementById("action${infoPrefix}NotFound").innerHTML] : <%-- from template#action${infoPrefix}NotFound --%> ${infoPrefix}List.inStrings(document.getElementById("action${infoPrefix}Row").innerHTML); <%-- from template#action${infoPrefix}Row --%> $("#action${infoPrefix}List").html(trs.join()); - $("th input[type='checkbox']").prop("checked", false); + $("#action${infoPrefix}Thead").find("th input[type='checkbox']").prop("checked", false); + $("#actionThead").find("th input[type='checkbox']").prop("checked", false); } action${infoPrefix}Control.onGroupListChange = obj => { diff --git a/src/main/webapp/WEB-INF/jsp/base/actionGroup/select-actionGroup.jsp b/src/main/webapp/WEB-INF/jsp/base/actionGroup/select-actionGroup.jsp index 029535e7..752ca2cd 100644 --- a/src/main/webapp/WEB-INF/jsp/base/actionGroup/select-actionGroup.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/actionGroup/select-actionGroup.jsp @@ -26,7 +26,7 @@
---|
아이디 | 이름 | @@ -85,7 +85,7 @@ ${infoPrefix}Control.onGroupListChange = obj => { [document.getElementById("_action${infoPrefix}NotFound").innerHTML] : <%-- from template#_action${infoPrefix}NotFound --%> ${infoPrefix}List.inStrings(document.getElementById("_action${infoPrefix}Row").innerHTML); <%-- from template#_action${infoPrefix}Row --%> $("#_action${infoPrefix}List").html(trs.join()); - $("th input[type='checkbox']").prop("checked", false); + $("#_action${infoPrefix}Thead").find("th input[type='checkbox']").prop("checked", false); $("#_action${infoPrefix}Paging").setPaging({ list:${infoPrefix}Control.groups.dataset, diff --git a/src/main/webapp/WEB-INF/jsp/base/authority/authority-main.jsp b/src/main/webapp/WEB-INF/jsp/base/authority/authority-main.jsp index c04e3c8a..4f7d5c30 100644 --- a/src/main/webapp/WEB-INF/jsp/base/authority/authority-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/authority/authority-main.jsp @@ -32,7 +32,7 @@
---|
아이디 | 이름 | @@ -114,7 +114,7 @@ function render${infoPrefix}List() { [document.getElementById("${infoPrefix}NotFound").innerHTML] : <%-- from template#${infoPrefix}NotFound --%> ${infoPrefix}List.inStrings(document.getElementById("${infoPrefix}Row").innerHTML); <%-- from template#${infoPrefix}Row --%> $("#${infoPrefix}List").html(trs.join()); - $("th input[type='checkbox']").prop("checked", false); + $("#${infoPrefix}Thead").find("th input[type='checkbox']").prop("checked", false); } ${infoPrefix}Control.onAuthorityListChange = obj => { diff --git a/src/main/webapp/WEB-INF/jsp/base/code/code-main.jsp b/src/main/webapp/WEB-INF/jsp/base/code/code-main.jsp index 32992fe6..7f81c32d 100644 --- a/src/main/webapp/WEB-INF/jsp/base/code/code-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/code/code-main.jsp @@ -25,7 +25,7 @@
---|
아이디 | 이름 | @@ -63,7 +63,7 @@
---|
코드 | 코드값 | @@ -136,7 +136,8 @@ function renderGroupList() { (tmpl, item) => tmpl.replace(/{notUsed}/gi, item.getValue("USE_YN") == "N" ? "class=\"not-used\"" : "") ); <%-- from template#groupRow --%> $("#groupList").html(trs.join()); - $("th input[type='checkbox']").prop("checked", false); + $("#groupThead").find("input[type='checkbox']").prop("checked", false); + $("#codeThead").find("input[type='checkbox']").prop("checked", false); } codeControl.onGroupListChange = obj => { diff --git a/src/main/webapp/WEB-INF/jsp/base/user/select-user.jsp b/src/main/webapp/WEB-INF/jsp/base/user/select-user.jsp index f8046233..bda59ef5 100644 --- a/src/main/webapp/WEB-INF/jsp/base/user/select-user.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/user/select-user.jsp @@ -20,7 +20,7 @@
---|
시군구명 | 기관명 | @@ -85,7 +85,7 @@ ${infoPrefix}Control.onDatasetChange = obj => { [document.getElementById("_${infoPrefix}NotFound").innerHTML] : <%-- from template#${infoPrefix}NotFound --%> ${infoPrefix}List.inStrings(document.getElementById("_${infoPrefix}Row").innerHTML); <%-- from template#${infoPrefix}Row --%> $("#_${infoPrefix}List").html(trs.join()); - $("th input[type='checkbox']").prop("checked", false); + $("#_${infoPrefix}Thead").find("th input[type='checkbox']").prop("checked", false); $("#_${infoPrefix}Paging").setPaging({ list:${infoPrefix}Control.dataset, diff --git a/src/main/webapp/WEB-INF/jsp/base/user/sgg-dept.jsp b/src/main/webapp/WEB-INF/jsp/base/user/sgg-dept.jsp index 424f7f68..ee1f2339 100644 --- a/src/main/webapp/WEB-INF/jsp/base/user/sgg-dept.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/user/sgg-dept.jsp @@ -25,7 +25,7 @@
---|
시군구 | 기관 | @@ -63,7 +63,7 @@
---|
부서코드 | 부서이름 | @@ -138,7 +138,8 @@ function renderSggList() { (tmpl, item) => tmpl.replace(/{notUsed}/gi, item.getValue("USE_YN") == "N" ? "class=\"not-used\"" : "") ); <%-- from template#sggRow --%> $("#sggList").html(trs.join()); - $("th input[type='checkbox']").prop("checked", false); + $("#sggThead").find("th input[type='checkbox']").prop("checked", false); + $("#deptThead").find("th input[type='checkbox']").prop("checked", false); } sggDeptControl.sggs.onDatasetChange = obj => { diff --git a/src/main/webapp/WEB-INF/jsp/base/user/user-main.jsp b/src/main/webapp/WEB-INF/jsp/base/user/user-main.jsp index 28252835..4cf9e733 100644 --- a/src/main/webapp/WEB-INF/jsp/base/user/user-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/user/user-main.jsp @@ -23,7 +23,7 @@
---|
계정 | 이름 | @@ -104,7 +104,7 @@ function render${infoPrefix}List() { --%> ); $("#${infoPrefix}List").html(trs.join()); - $("th input[type='checkbox']").prop("checked", false); + $("#${infoPrefix}Thead").find("th input[type='checkbox']").prop("checked", false); } ${infoPrefix}Control.onDatasetChange = obj => {
---|