diff --git a/ruoyi-admin/src/main/resources/templates/system/carrier/edit.html b/ruoyi-admin/src/main/resources/templates/system/carrier/edit.html index 8da39c3..6c4a21e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/carrier/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/carrier/edit.html @@ -184,7 +184,7 @@ }) function submitHandler() { if ($.validate.form()) { - $.operate.saveTab(prefix + "/add", $('#form-fileprovide-add').serialize()); + $.operate.save(prefix + "/add", $('#form-fileprovide-add').serialize()); } }