feature/2.19.1.2501.01-PC端Token验证
This commit is contained in:
parent
83607e1c0d
commit
babbf88c15
|
|
@ -26,7 +26,7 @@ class CheckSecondaryVerifyDialog extends Component {
|
|||
|
||||
componentWillReceiveProps(nextProps, nextContext) {
|
||||
if (nextProps.visible !== this.props.visible && nextProps.visible) this.initForm();
|
||||
if (nextProps.visible !== this.props.visible && !nextProps.visible) form.initSecVerifyform();
|
||||
if (nextProps.visible !== this.props.visible && !nextProps.visible) form.resetForm();
|
||||
}
|
||||
|
||||
initForm = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue