我使用下面的代码进行刷新父页面
window.dialogArguments.location.href = window.dialogArguments.location.href;self.close();
------解决方案--------------------------------------------------------
为什么不?
------解决方案--------------------------------------------------------
重新请求页面,相当于第一次打开,当然是第一页~
------解决方案--------------------------------------------------------
记录当前页
------解决方案--------------------------------------------------------
添加一个参数罗
?pageIndex=xx
------解决方案--------------------------------------------------------
因为重新page_load了
window.dialogArguments.location.reload()试试
------解决方案--------------------------------------------------------
window.dialogArguments.location.href = window.dialogArguments.location.href;window.opener=null;window.close();
------解决方案--------------------------------------------------------
那就不要让它转页面
------解决方案--------------------------------------------------------
学习
顶