From 6c939c4c3a47af79fbb294ff991977012b48a1bb Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Fri, 29 Nov 2024 15:16:13 +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 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()); } }