crmeb使用记录
2019-11-25 本文已影响0人
jhs1873
- 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);