feature/2.19.1.2501.01-PC端Token验证
This commit is contained in:
parent
cd0706fe23
commit
ae7785ff6e
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* 工资单查看启用二次验证弹框
|
||||
* pc端工资单查看启用二次验证弹框
|
||||
* @Author: 黎永顺
|
||||
* @Date: 2025/4/15
|
||||
* @Wechat:
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ export default class MobilePayroll extends React.Component {
|
|||
{pwdSetVisible && <SecondarypwdVerify {...this.props} salaryBillToken={this.state.salaryBillToken}
|
||||
onSuccess={() => this.setState({ pwdSetVisible: false }, () => this.initMobile())}/>}
|
||||
{/*统一外部调用token*/}
|
||||
<CheckSecondaryVerifyDialog visible={checkSecVerify} salaryBillToken={salaryBillToken}
|
||||
<CheckSecondaryVerifyDialog visible={checkSecVerify} salaryBillToken={this.state.salaryBillToken}
|
||||
onCancel={(callback) => this.setState({ checkSecVerify: false }, () => callback && callback())}
|
||||
onSuccess={() => {
|
||||
this.getMySalaryBill(getQueryString("id"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue