From d0a52963b5e6a7b0d40864ff4a9c8199319f40b1 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 2 Mar 2022 14:51:45 +0800 Subject: [PATCH] Update admin.js --- public/static/admin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/static/admin.js b/public/static/admin.js index 8980cd556..e784018ee 100644 --- a/public/static/admin.js +++ b/public/static/admin.js @@ -226,6 +226,7 @@ $(function () { }; /*! 内容区域动态加载后初始化 */ this.reInit = function ($dom) { + layui.form.render(), layui.element.render(); $(window).trigger('scroll'), $.vali.listen(this), $dom = $dom || $(this.selecter); return $dom.find('[required]').map(function ($parent) { if (($parent = $(this).parent()) && $parent.is('label')) {