From f65eba6ef337f7e9c56fc084f869a3ecbba66340 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Fri, 29 Nov 2024 15:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E5=AF=86=E4=BC=9A=E8=AE=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/carrier/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } }