Ver código fonte

模态框隐藏时,表单错误提示清空;

xueli.xue 10 anos atrás
pai
commit
261e628919

+ 3 - 1
xxl-job-admin/src/main/webapp/static/js/job.index.1.js Ver arquivo

@@ -195,7 +195,9 @@ $(function() {
195 195
 		}
196 196
 	});
197 197
 	$("#addModal").on('hide.bs.modal', function () {
198
-		$("#addModal .form")[0].reset()
198
+		//$("#addModal .form")[0].reset();
199
+		addModalValidate.resetForm();
200
+		$("#addModal .form .form-group").removeClass("has-error");
199 201
 	});
200 202
 	
201 203
 	// 新增-添加参数