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 => {