Home > front end >  When sharing store Extjs7 in how to call the store in the prequel to participate
When sharing store Extjs7 in how to call the store in the prequel to participate

Time:12-03

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
  • Related