From d7a3be2e02e382bfacc9581c5593686fdd3ae419 Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Sun, 16 Jun 2024 13:50:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3=E6=A8=AA=E5=90=91tab?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=8D=A1=E5=88=9D=E5=A7=8B=E5=8C=96=E4=B8=8D?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/lib/layui/customer/common/systemCommonUtil.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/main/resources/template/assets/lib/layui/customer/common/systemCommonUtil.js b/web/src/main/resources/template/assets/lib/layui/customer/common/systemCommonUtil.js index a1b3ddfcc..9fad672af 100644 --- a/web/src/main/resources/template/assets/lib/layui/customer/common/systemCommonUtil.js +++ b/web/src/main/resources/template/assets/lib/layui/customer/common/systemCommonUtil.js @@ -845,6 +845,7 @@ var tabPageUtil = { }, initEvent: function () { + tabPageUtil.config.element.render(); tabPageUtil.config.element.on('tab(manageTab)', function (obj) { var mation = tabPageUtil.config.pageList[obj.index]; if (!isNull(mation)) { -- GitLab