feature/2.19.1.2501.01-PC端Token验证

This commit is contained in:
lys 2025-04-18 11:39:11 +08:00
parent cd0706fe23
commit ae7785ff6e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* 工资单查看启用二次验证弹框 * pc端工资单查看启用二次验证弹框
* @Author: 黎永顺 * @Author: 黎永顺
* @Date: 2025/4/15 * @Date: 2025/4/15
* @Wechat: * @Wechat:

View File

@ -180,7 +180,7 @@ export default class MobilePayroll extends React.Component {
{pwdSetVisible && <SecondarypwdVerify {...this.props} salaryBillToken={this.state.salaryBillToken} {pwdSetVisible && <SecondarypwdVerify {...this.props} salaryBillToken={this.state.salaryBillToken}
onSuccess={() => this.setState({ pwdSetVisible: false }, () => this.initMobile())}/>} onSuccess={() => this.setState({ pwdSetVisible: false }, () => this.initMobile())}/>}
{/*统一外部调用token*/} {/*统一外部调用token*/}
<CheckSecondaryVerifyDialog visible={checkSecVerify} salaryBillToken={salaryBillToken} <CheckSecondaryVerifyDialog visible={checkSecVerify} salaryBillToken={this.state.salaryBillToken}
onCancel={(callback) => this.setState({ checkSecVerify: false }, () => callback && callback())} onCancel={(callback) => this.setState({ checkSecVerify: false }, () => callback && callback())}
onSuccess={() => { onSuccess={() => {
this.getMySalaryBill(getQueryString("id")); this.getMySalaryBill(getQueryString("id"));