bootstrap table编辑操作的时候 在模态框里加载iframe页面(加载的页面是在另一个页面做编辑)的时候如何关闭模态框和刷新table

//关闭模态框
                             window.parent.$('#myModal').modal('hide');

 

 

   //修改成功后刷新table表格
                            window.parent.$('#reportTable').bootstrapTable('refresh');

posted @ 2017-02-09 22:32  王子先生  阅读(3053)  评论(0编辑  收藏  举报