1. Inside the Controller
Store. Proxy. ExtraParams={
Id: the id
};
Store. LoadPage (1);
2. In the ViewModel as calling the store
Stores: {
XXXStore: {
Type: 'XXstore',
Proxy: {
ExtraParams: {type: "ceshi"}
},
AutoLoad: true
}
}
The type here is the background of the incoming parameters