Commit 8289ae1e by zhujian

fix:rtyuiopk

parent 851499b8
......@@ -129,6 +129,7 @@ export default class CollegeManagePage extends React.Component {
this.getStoreList();
this.getEnterpriseUser();
this.getVersion()
}
initWechatConfig() {
......@@ -176,6 +177,7 @@ export default class CollegeManagePage extends React.Component {
User.setStoreId(mainStore.id);
User.setStoreUserId(mainStore.storeUserId);
}
this.initWechatConfig();
const createStoreList = list.filter((item)=>{
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