diff --git a/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js b/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js index 3bd8af4a..91a1a88f 100644 --- a/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js +++ b/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js @@ -18,7 +18,7 @@ export default class GenerateDeclarationDetail extends React.Component { }; } - componentWillMount() { + componentDidMount() { this.getDetailList(); this.getDeclareInfo(); }