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.
To load store data I use:
this.getTestStore().load({ params: { item_id: record.get('id') } });
How to obtain last load params ({ item_id: record.get('id') }) from this store in the future?
{ item_id: record.get('id') }
从您的商店:
store.lastOptions.params