xubh před 4 roky
rodič
revize
2b29a219e9

+ 1 - 0
src/main/webapp/admin/departmentManage/departmentManage.html

@@ -95,6 +95,7 @@
 			    } //重置
 	    		,reset : function(){
 	    			$('#formName')[0].reset();
+					$("#conditions").html('<div class="fl f12-gray4-op mt4">所选条件:</div>');
 	    		}
 			};
 			//添加操作员

+ 1 - 0
src/main/webapp/admin/personManage/logManage.html

@@ -210,6 +210,7 @@
 		}
 		,reset: function(){
 			$("form")[0].reset();
+			 $("#conditions").html('<div class="fl f12-gray4-op mt4">所选条件:</div>');
 		}
 	};
      function showDetail(data) {

+ 2 - 1
src/main/webapp/admin/userManage/userManage.html

@@ -240,7 +240,8 @@
  		    	reLoadFun();
  		    }
  		    ,reset: function(){
- 		    	$('#formName')[0].reset()
+ 		    	$('#formName')[0].reset();
+				$("#conditions").html('<div class="fl f12-gray4-op mt4">所选条件:</div>');
  		    }
 	 	};
 		$('.layui-btn').on('click', function(){