From 05e0c51caadfe0940f7fe3756ed2ba8d26f93765 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期五, 02 六月 2023 09:31:33 +0800
Subject: [PATCH] 更新代码

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

diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tSystemConfig/tSystemConfig.js b/management/guns-admin/src/main/webapp/static/modular/system/tSystemConfig/tSystemConfig.js
index 51ae0b3..1a63206 100644
--- a/management/guns-admin/src/main/webapp/static/modular/system/tSystemConfig/tSystemConfig.js
+++ b/management/guns-admin/src/main/webapp/static/modular/system/tSystemConfig/tSystemConfig.js
@@ -358,7 +358,7 @@
 
 
 TSystemConfig.delBox = function (o) {
-    $(o).parent("div").parent("div").remove()
+    $(o).parent("div").remove()
 };
 
 TSystemConfig.openOrClose = function () {

--
Gitblit v1.7.1