|
@@ -398,7 +398,7 @@
|
|
|
<div class="layui-item query athird">
|
|
|
<label class="layui-form-label">类型:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <form:select id="type" path="type" class="form-control simple-select">
|
|
|
+ <form:select id="type" path="types" class="form-control simple-select">
|
|
|
<form:option value="" label=""/>
|
|
|
<form:options items="${fns:getDictList('agenda_project_notify_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
</form:select>
|