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

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