Merge branch 'release/2.14.2.2405.02' into release/2.14.2.2405.02-个税

This commit is contained in:
黎永顺 2024-05-28 11:43:11 +08:00
commit 0b4b7b28ea
1 changed files with 2 additions and 1 deletions

View File

@ -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") {