This commit is contained in:
RuoYi
2018-10-03 23:11:09 +08:00
parent c85f36fa1f
commit 5e5c21e14f
139 changed files with 339 additions and 263 deletions

View File

@ -116,7 +116,7 @@
});
function submitHandler() {
if ($.validate.form("#form-menu-edit")) {
if ($.validate.form()) {
$.operate.save(prefix + "/edit", $('#form-menu-edit').serialize());
}
}