layer父页面刷新

parent.location.reload(); // 父页面刷新
var index = parent.layer.getFrameIndex(window.name); //获取窗口索引
parent.layer.close(index);

参考:https://www.cnblogs.com/jiqing9006/p/5546109.html

原文地址:https://www.cnblogs.com/shy1766IT/p/11380903.html