feature/2.19.1.2501.01-移动端查看工资单密码设置

This commit is contained in:
lys 2025-04-17 15:56:32 +08:00
parent b3fff361ec
commit 5ab71a3492
1 changed files with 8 additions and 8 deletions

View File

@ -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();