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.
我希望用户在选择框中做出选择,然后在等待选择框被更改的动态操作中读取选择的选择框值
创建一个在“更改”时触发的动态操作。作为一个真实的动作:
apex.item(this.triggeringElement).getValue()
这将获取触发更改事件的元素的值,并将其设置为您选择的受影响元素。但请注意:选择列表的值将是基础返回值(例如 ID),而不是显示值。