From b1e66bb21d6b6532bf61176c5bb50f0dffac8a03 Mon Sep 17 00:00:00 2001 From: leebj Date: Fri, 5 Jul 2024 16:14:02 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B7=B8=EB=A6=AC=EB=93=9C=20=EC=A0=9C?= =?UTF-8?q?=EB=AA=A9=20=EC=B2=B4=ED=81=AC=EB=B0=95=EC=8A=A4=20=EC=B2=B4?= =?UTF-8?q?=ED=81=AC=EC=B2=98=EB=A6=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/base/authority/authority-main.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 4f7d5c30..18ae3e99 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 @@ -71,7 +71,7 @@ -
+
@@ -115,6 +115,7 @@ function render${infoPrefix}List() { ${infoPrefix}List.inStrings(document.getElementById("${infoPrefix}Row").innerHTML); <%-- from template#${infoPrefix}Row --%> $("#${infoPrefix}List").html(trs.join()); $("#${infoPrefix}Thead").find("th input[type='checkbox']").prop("checked", false); + $("#${infoPrefix}RightInclude").find("th input[type='checkbox']").prop("checked", false); } ${infoPrefix}Control.onAuthorityListChange = obj => {