forked from huge/frontEnd/hugeOA

Mr Ke
2020-05-06 fc68f6006949a91fced69951778a7c88859cbb6c
src/pages/menu/menu.jsx
@@ -49,7 +49,7 @@
        return p
      }
    }, []);
    console.log(getMenuListByPermission(menus, permList) )
    // console.log(getMenuListByPermission(menus, permList) )
    this.setState({ data: getMenuListByPermission(menus, permList) });
  }
  componentDidMount() { }