From bd811da89440c32a27fb1219707be48a8a67cc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 28 May 2024 11:42:26 +0800 Subject: [PATCH] =?UTF-8?q?hotfix/2.14.2.2405.02=20=E5=B7=A5=E8=B5=84?= =?UTF-8?q?=E5=8D=95=E6=9F=A5=E7=9C=8B=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/mobilePayroll/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") {