gdg
2021-03-12 bb0ffb47062be1fab4817a81d93ea0b2c9eb7603
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"