表单验证优化

This commit is contained in:
RuoYi
2019-02-25 13:19:06 +08:00
parent 6a3ba38b45
commit b033c858b8
27 changed files with 134 additions and 190 deletions

View File

@ -46,7 +46,8 @@
xxxx:{
required:true,
},
}
},
focusCleanup: true
});
function submitHandler() {

View File

@ -47,7 +47,8 @@
xxxx:{
required:true,
},
}
},
focusCleanup: true
});
function submitHandler() {