release/2.19.1.2501.01
This commit is contained in:
parent
5ef2c5ecb4
commit
ff1da8b19b
|
|
@ -89,7 +89,12 @@ class MySalaryView extends Component {
|
||||||
<CaptchaModal
|
<CaptchaModal
|
||||||
visible={captchaVisible} id={salaryInfoId}
|
visible={captchaVisible} id={salaryInfoId}
|
||||||
onCancel={() => this.setState({ captchaVisible: false })}
|
onCancel={() => this.setState({ captchaVisible: false })}
|
||||||
onConfirm={() => this.props.mySalaryStore.setInitEmVerify()}
|
onConfirm={() => {
|
||||||
|
this.props.mySalaryStore.setInitEmVerify();
|
||||||
|
this.props.mySalaryStore.getMySalaryBill(Number(salaryInfoId)).then(data => {
|
||||||
|
this.setState({ mySalaryStore: data });
|
||||||
|
});
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue