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.
我的任务是从 API 异步获取一些数据 - 页面加载、组件初始化并使用中介填充数据对象,并且在所有组件都被初始化之后 - 发送请求,获取它并执行一些其他逻辑。那么,问题来了,如何检测到所有页面组件都已初始化?
page:afterChange一旦所有标准组件都初始化并准备好使用,Mediator 就会触发事件。所以你可以听那个事件。
page:afterChange
https://doc.oroinc.com/frontend/javascript/#page-controller