李宇
2021-03-24 db3253cb595be3682157a632a77078cc513603c3
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"