李宇
2021-04-14 2d74959bd1f20da24e0622475840afde7f94f3d6
src/main/webapp/user_mng.xhtml
@@ -37,7 +37,7 @@
        <p:panel styleClass="center-body">
            <p:panelGrid columns="5" styleClass="btn">
                <p:commandButton value="新建" styleClass="new-btn"
                                 process="@this"
                                 process="@form"
                                 actionListener="#{userMngController.onNewBtnClick}"
                                 oncomplete="PF('dialog').show();"
                                 update=":dialog,:dialogForm"