Commit 8289ae1e by zhujian

fix:rtyuiopk

parent 851499b8
...@@ -129,6 +129,7 @@ export default class CollegeManagePage extends React.Component { ...@@ -129,6 +129,7 @@ export default class CollegeManagePage extends React.Component {
this.getStoreList(); this.getStoreList();
this.getEnterpriseUser(); this.getEnterpriseUser();
this.getVersion() this.getVersion()
} }
initWechatConfig() { initWechatConfig() {
...@@ -176,6 +177,7 @@ export default class CollegeManagePage extends React.Component { ...@@ -176,6 +177,7 @@ export default class CollegeManagePage extends React.Component {
User.setStoreId(mainStore.id); User.setStoreId(mainStore.id);
User.setStoreUserId(mainStore.storeUserId); User.setStoreUserId(mainStore.storeUserId);
} }
this.initWechatConfig();
const createStoreList = list.filter((item)=>{ const createStoreList = list.filter((item)=>{
return item.userRole === 'StoreManager' return item.userRole === 'StoreManager'
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment