1

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?

4

1 回答 1

3

从您的商店:

store.lastOptions.params

于 2013-12-24T20:52:18.103 回答