layer弹层用了top想在弹层关闭的时候自动刷新打开这个弹层页面中的表格

我在A页面,通过事件监听通过top.layer打开一个新的页面。A页面有个表格 id:tableA .我再新打开的页面办理完成之后,关闭当前页面:top.layer.close(top.layer.getFrameIndex(window.name));这个没问题。那么怎么让A页面中的表格tableA重新加载呢?