李宇
2021-04-14 4acdcc5e43317e173bcd38c1885d12244c88175b
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"