排序数字校验

This commit is contained in:
RuoYi
2018-05-31 11:46:53 +08:00
parent e78dc2983f
commit e335336064
31 changed files with 173 additions and 215 deletions

View File

@ -6,6 +6,10 @@ $("#form-dict-edit").validate({
dictValue:{
required:true,
},
dictSort:{
required:true,
digits:true
},
},
submitHandler:function(form){
update();