|
@@ -16,8 +16,6 @@ class LoginPage extends Component {
|
|
|
this.formRef = React.createRef();
|
|
|
}
|
|
|
componentDidMount = () => {
|
|
|
- console.log(this.props);
|
|
|
- this.props.params.callback('123213213')
|
|
|
};
|
|
|
onHandleChange = async (name) => {
|
|
|
var res = await queryDepList(name);
|