src/main/webapp/user_mng.xhtml
@@ -85,7 +85,7 @@
                </p:column>
                <p:column headerText="课题组">
                    <h:outputText value="#{sysProjectServiceImpl.getSysProject(row.projectId).project}"></h:outputText>
                    <h:outputText value="#{row.project}"></h:outputText>
                </p:column>
                <p:column headerText="ARP">
@@ -166,10 +166,10 @@
                             required="true" requiredMessage="请输入ARP号"></p:inputText>
                <p:outputLabel value="课题组"></p:outputLabel>
                <p:selectOneMenu value="#{userMngController.sysUser.projectId}">
                    <f:selectItem itemLabel="不选择课题组"  />
                <p:selectOneMenu value="#{userMngController.sysUser.project}" filter="true" filterMatchMode="startsWith">
                    <f:selectItem itemLabel="不选择课题组" />
                    <f:selectItems value="#{sysProjectServiceImpl.getAll()}"
                                   var="item" itemLabel="#{item.project}"  itemValue="#{item.id}"></f:selectItems>
                                   var="item" itemLabel="#{item.project}"  itemValue="#{item.project}"></f:selectItems>
                </p:selectOneMenu>
                <p:outputLabel value="姓名"></p:outputLabel>