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"