Can different combos use a same store with different params?

In a form, I have two combos, one is named "sales", the other is named "business".
I want Both of them get data from a store "Users" but get different options to be selected.

If I set the two combos with the same "store" property

store: 'Users'

and use "beforeselect" event to pass different params to the store, then when the store changes, it will effect the two combos at the same time.

How can I do this? Two stores?

链接地址: http://www.djcxy.com/p/80022.html

上一篇: 商店同步前的模型验证

下一篇: 不同的组合可以用不同的参数使用同一个商店吗?