- layui关闭frame层,刷新父页面数据
parent.$(".J_iframe:visible")[0].contentWindow.location.reload();
setTimeout(function(){
parent.layer.close(parent.layer.getFrameIndex(window.name));
},2000);
parent.$(".J_iframe:visible")[0].contentWindow.location.reload();
setTimeout(function(){
parent.layer.close(parent.layer.getFrameIndex(window.name));
},2000);