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