From 86aad6337c4223da0ae15bc0d399fb48aa54eaee Mon Sep 17 00:00:00 2001 From: yubaolee Date: Thu, 11 Jul 2024 21:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E6=A0=87=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.Mvc/Views/ModuleManager/Index.cshtml | 2 +- OpenAuth.Mvc/wwwroot/userJs/modules.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenAuth.Mvc/Views/ModuleManager/Index.cshtml b/OpenAuth.Mvc/Views/ModuleManager/Index.cshtml index f82b424b..1140019b 100644 --- a/OpenAuth.Mvc/Views/ModuleManager/Index.cshtml +++ b/OpenAuth.Mvc/Views/ModuleManager/Index.cshtml @@ -198,4 +198,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/OpenAuth.Mvc/wwwroot/userJs/modules.js b/OpenAuth.Mvc/wwwroot/userJs/modules.js index dd7cc9b4..4caf0fc9 100644 --- a/OpenAuth.Mvc/wwwroot/userJs/modules.js +++ b/OpenAuth.Mvc/wwwroot/userJs/modules.js @@ -133,6 +133,7 @@ layui.config({ form.val("formEdit", moduleInitVal); } else { form.val("formEdit", data); + form.render(); } }, end: mainList @@ -180,6 +181,7 @@ layui.config({ form.val("mfromEdit", menuInital); } else { form.val("mfromEdit", data); + form.render(); } }, end: menuList