1、在datagrid那个页面定义方法

1 window.top["RELOAD_MY_DATAGRID"]=function(){
2     $("#dg").datagrid("reload");
3   };

2、在easyUI主页定义方法

1 function reloadTabGrid(title) {
2              if ($("#workSpace" ).tabs('exists', title)) {
3                   window.top.RELOAD_MY_DATAGRID.call();
4             }
5       }

3、在需要调用操作datagrid的页面调用

1 parent.reloadTabGrid("接案调度");

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-06-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案