增加字典变维护的客户端脚本验证
This commit is contained in:
parent
6123cc4e1b
commit
5fa5ee3a76
|
@ -25,7 +25,15 @@
|
||||||
|
|
||||||
// validate
|
// validate
|
||||||
$('#dataForm').autoValidate({
|
$('#dataForm').autoValidate({
|
||||||
groupName: {
|
dictCate: {
|
||||||
|
required: true,
|
||||||
|
maxlength: 50
|
||||||
|
},
|
||||||
|
dictName: {
|
||||||
|
required: true,
|
||||||
|
maxlength: 50
|
||||||
|
},
|
||||||
|
dictCode: {
|
||||||
required: true,
|
required: true,
|
||||||
maxlength: 50
|
maxlength: 50
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue