custom/西部信托0401
This commit is contained in:
parent
c5781db19a
commit
7827c32fde
|
|
@ -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