mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-21 04:57:41 +00:00
format
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
});
|
||||
|
||||
function submitHandler() {
|
||||
if ($.validate.form("#form-config-add")) {
|
||||
if ($.validate.form()) {
|
||||
$.operate.save(prefix + "/add", $('#form-config-add').serialize());
|
||||
}
|
||||
}
|
||||
|
@@ -81,7 +81,7 @@
|
||||
});
|
||||
|
||||
function submitHandler() {
|
||||
if ($.validate.form("#form-config-edit")) {
|
||||
if ($.validate.form()) {
|
||||
$.operate.save(prefix + "/edit", $('#form-config-edit').serialize());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user