diff --git a/pc4mobx/hrmSalary/pages/mySalary/authority.js b/pc4mobx/hrmSalary/pages/mySalary/authority.js index ef7261be..ec098fc2 100644 --- a/pc4mobx/hrmSalary/pages/mySalary/authority.js +++ b/pc4mobx/hrmSalary/pages/mySalary/authority.js @@ -9,7 +9,6 @@ export default class Authority extends React.Component { render() { const { store } = this.props; const { loading, hasRight } = store; - console.log("store", store); const style = { position: "absolute", top: "50%", @@ -27,7 +26,6 @@ export default class Authority extends React.Component { } if (hasRight) { - console.log("this.props.children", this.props.children); return this.props.children; } else { return (