diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js index d53d8fc7..2fa560c3 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js @@ -41,7 +41,8 @@ export default class MobilePayroll extends React.Component { async componentWillMount() { const type = getQueryString("type"); this.id = getQueryString("id"); - const { mySalaryStore: { init } } = this.props; + const { mySalaryStore: { init, setMySalaryBill } } = this.props; + setMySalaryBill({}); if (type !== "phone") { const { data, status } = await payrollCheckType(); if (status && data === "PWD") {