Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在一个表格中,我有两个combo,一个名为“sales”,另一个名为“business”。 我希望他们俩都从商店“用户”中获取数据,但可以选择不同的选项。
如果我将两个组合设置为具有相同的“商店”属性
商店:'用户'
并使用“beforeselect”事件将不同的参数传递给商店,然后当商店发生变化时,它将同时影响两个组合。
我怎样才能做到这一点?两家店?