动态改变store中httpProxy的url

先获取store对象然后改变url的值。
代码如下:
var url1="action.do";
win.get("grid").getStore().proxy.conn.url = url1;
win.get("grid").getStore().load();
其中 win.get("grid").getStore().proxy.conn.url = url1;必须加conn,没有conn则不会达到效果

你可能感兴趣的:(proxy)