var grid = this.getGrid();
Ext.apply(grid.store.proxy.extraParams, {参数名: 参数值});
grid.store.load();
var grid = this.getGrid();
Ext.apply(grid.store.proxy.extraParams, {参数名: 参数值});
grid.store.load();
转载于:https://www.cnblogs.com/study121007/p/4592868.html