custom-旭化成
This commit is contained in:
parent
e8ca321a13
commit
7d5e03c44f
|
|
@ -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 }) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue