Commit 6f0900aa by chenshu

feat:多学院优化

parent f1159a1c
......@@ -45,6 +45,7 @@ export default class CollegeManagePage extends React.Component {
getStoreList() {
const { enterpriseId } = this.state;
if (!enterpriseId) return null;
const params = {
enterpriseId,
userId: User.getUserId(),
......
......@@ -78,6 +78,7 @@ function Header(props) {
}
function getStoreList() {
if (!enterpriseId) return null;
const params = {
enterpriseId,
userId: User.getUserId(),
......
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