From 4d4b7420ed65a304921a3de201c9f23e91da064b Mon Sep 17 00:00:00 2001
From: luodangjia <luodangjia>
Date: 星期日, 12 五月 2024 13:55:28 +0800
Subject: [PATCH] 5.11

---
 ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSmallPrice_info.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSmallPrice_info.js b/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSmallPrice_info.js
index f47f8ab..e5d6df3 100644
--- a/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSmallPrice_info.js
+++ b/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSmallPrice_info.js
@@ -454,7 +454,7 @@
     content += '}';
     console.log(content);
     //提交信息
-    var ajax = new $ax(Feng.ctxPath + "/tSystemPrice/update", function(data){
+    var ajax = new $ax(Feng.ctxPath + "/tSystemPrice/smallupdate", function(data){
         if (500 == data.code){
             Feng.error(data.message);
             return;

--
Gitblit v1.7.1