按下不触发校验,防止造成资源浪费
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
var prefix = ctx + "system/dict";
|
||||
|
||||
$("#form-dict-add").validate({
|
||||
onkeyup: false,
|
||||
rules:{
|
||||
dictType:{
|
||||
minlength: 5,
|
||||
|
@@ -40,6 +40,7 @@
|
||||
var prefix = ctx + "system/dict";
|
||||
|
||||
$("#form-dict-edit").validate({
|
||||
onkeyup: false,
|
||||
rules:{
|
||||
dictType:{
|
||||
minlength: 5,
|
||||
|
Reference in New Issue
Block a user