custom-旭化成

This commit is contained in:
lys 2025-05-29 10:48:32 +08:00
parent e8ca321a13
commit 7d5e03c44f
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ export default class MobilePayroll extends React.Component {
initMobile = async () => {
const { mySalaryStore: { setInitEmVerify } } = this.props;
// 旭化成直接移动端打开
this.getMySalaryBill(getQueryString("id"));
setInitEmVerify();
return
if (window.em) {
API.isNeedSecondPwdVerify({ mouldCode: "HRM", itemCode: "SALARY" }, this.state.salaryBillToken)
.then(({ status, isNeedSecondAuth }) => {