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 e35440a..6ca2bcf 100644 --- a/ruoyi-admin/src/main/resources/templates/system/carrier/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/carrier/edit.html @@ -190,7 +190,7 @@ }) function submitHandler() { if ($.validate.form()) { - $.operate.saveTab(prefix + "/add", $('#form-fileprovide-add').serialize()); + $.operate.save(prefix + "/add", $('#form-fileprovide-add').serialize()); } }