소스 검색

查询字段内容修改

user5 5 년 전
부모
커밋
7814dfb017
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/webpage/modules/sys/mainDictDetailForm.jsp

+ 1 - 1
src/main/webapp/webpage/modules/sys/mainDictDetailForm.jsp

@@ -213,7 +213,7 @@
 								<optgroup label="项目实施阶段"/>
 								<form:options items="${fns:getContentTypeByProjectType('3')}" itemLabel="typeName" itemValue="typeId"></form:options>
 								<optgroup label="项目竣工阶段"/>
-								<form:options items="${fns:getContentTypeByProjectType('4')}" itemLabel="typeName" itemValue="typeId"></form:options>
+								<form:options items="${fns:getContentTypeByProjectType('5')}" itemLabel="typeName" itemValue="typeId"></form:options>
 							</c:when>
 							<c:otherwise>
 									<form:option value=""></form:option>