pearTab删除完毕点击触发pearAdmin中方法,方便左侧菜单归位

sassassin 2020-07-09 21:29:16 +08:00
parent 0fe4e75833
commit c203547ff1
1 changed files with 2 additions and 0 deletions

View File

@ -409,6 +409,8 @@ layui.define(['jquery', 'element'], function(exports) {
tabContent.remove(); tabContent.remove();
// 方便左侧菜单滚动到相应菜单项
$("#" + elem + " .layui-tab-title .layui-this").click();
} }