|
@@ -154,7 +154,7 @@
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
<form:select id="type" path="type" class="form-control simple-select">
|
|
<form:select id="type" path="type" class="form-control simple-select">
|
|
<form:option value="" label=""/>
|
|
<form:option value="" label=""/>
|
|
- <form:options items="${fns:getDictList('project_notify_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
|
|
|
+ <form:options items="${fns:getDictList('new_project_notify_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
</form:select>
|
|
</form:select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|