From e1dde4d2bf754b4d643ba6ab662af90c944145c3 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 02 Mar 2023 10:12:50 +0800
Subject: [PATCH] 增加活动公告

---
 src/main/resources/templates/febs/views/modules/system/agentAmountSet.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/system/agentAmountSet.html b/src/main/resources/templates/febs/views/modules/system/agentAmountSet.html
index ff21c8c..fcf7164 100644
--- a/src/main/resources/templates/febs/views/modules/system/agentAmountSet.html
+++ b/src/main/resources/templates/febs/views/modules/system/agentAmountSet.html
@@ -110,7 +110,7 @@
                     febs.alert.warn(res.message);
                 }
             });
-            window.location.reload();
+            // window.location.reload();
             return false;
         });
     });

--
Gitblit v1.9.1