feature/2.19.1.2501.01-移动端查看工资单密码设置
This commit is contained in:
parent
b3fff361ec
commit
5ab71a3492
|
|
@ -90,14 +90,14 @@ export default class MobilePayroll extends React.Component {
|
|||
setInitEmVerify();
|
||||
removeElementById("am-modal-container");
|
||||
this.getMySalaryBill(getQueryString("id"));
|
||||
}}/>, document.body);
|
||||
return;
|
||||
this.setState({ visible: true }, () => {
|
||||
API.getSecondAuthForm({ mouldCode: "HRM", itemCode: "SALARY" }, this.state.salaryBillToken)
|
||||
.then(({ status, notSetting }) => {
|
||||
this.setState({ notSetting });
|
||||
});
|
||||
});
|
||||
}}/>, document.getElementById("container"));
|
||||
// return;
|
||||
// this.setState({ visible: true }, () => {
|
||||
// API.getSecondAuthForm({ mouldCode: "HRM", itemCode: "SALARY" }, this.state.salaryBillToken)
|
||||
// .then(({ status, notSetting }) => {
|
||||
// this.setState({ notSetting });
|
||||
// });
|
||||
// });
|
||||
} else {
|
||||
this.getMySalaryBill(getQueryString("id"));
|
||||
setInitEmVerify();
|
||||
|
|
|
|||
Loading…
Reference in New Issue