实现自动刷新grid思路
设定刷新grid的方法
function refreshGrid(){
...get params
grid.store.reload();
}
定时间隔多少时间去调用refreshGrid()