瀏覽代碼

查询字段内容修改

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>