/* 关闭tab页,刷新表格页面*/function successTabCallback() {var topWindow = $(window.parent.document);var layId = $('.pagetabs', topWindow).find('.layui-this').attr('lay-id');// console.log("layId==" + layId)var $contentWindow = $('.layadmin-iframe[data-id="' + layI
/* 关闭tab页,刷新表格页面*/
function successTabCallback() {
var topWindow = $(window.parent.document);
var layId = $('.pagetabs', topWindow).find('.layui-this').attr('lay-id');
// console.log("layId==>" + layId)
var $contentWindow = $('.layadmin-iframe[data-id="' + layId + '"]', topWindow)[0].contentWindow;
$contentWindow.search();
}
沃梦达教程
本文标题为:Layui 实现tab页添加/修改保存后,关闭当前tab页并刷新理论父页面表格
基础教程推荐
猜你喜欢
- Bootstrap向表中添加更密集的信息 1970-01-01
- Bootstrap .pagination-sm类 1970-01-01
- Bootstrap clearfix类 1970-01-01
- Bootstrap垂直堆栈选项卡 1970-01-01
- Bootstrap创建下拉菜单 1970-01-01
- CSS结合样式 1970-01-01
- D3.js selectAll()用法 2022-07-13
- Bootstrap .helper类 1970-01-01
- CSS加载社交按钮 1970-01-01
- Bootstrap table-hover类 1970-01-01