Browse Source

待办类型筛选查询

[user3] 3 years ago
parent
commit
92d86cf4f5

+ 1 - 1
src/main/webapp/webpage/modules/workprojectnotify/workProjectNotifyBacklogListByMine.jsp

@@ -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>

+ 1 - 1
src/main/webapp/webpage/modules/workprojectnotify/workProjectNotifyList.jsp

@@ -535,7 +535,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>

+ 1 - 1
src/main/webapp/webpage/modules/workprojectnotify/workProjectNotifyReadBacklogList.jsp

@@ -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>