mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:48:32 +08:00
去除console
This commit is contained in:
parent
e9ab166fe2
commit
fb375f30cf
@ -74,7 +74,6 @@ export class ResultBox extends React.Component<ResultBoxProps> {
|
|||||||
|
|
||||||
@autobind
|
@autobind
|
||||||
handleFocus(e: any) {
|
handleFocus(e: any) {
|
||||||
console.log('eeeeeeee', e);
|
|
||||||
const onFocus = this.props.onFocus;
|
const onFocus = this.props.onFocus;
|
||||||
onFocus && onFocus(e);
|
onFocus && onFocus(e);
|
||||||
this.setState({
|
this.setState({
|
||||||
|
Loading…
Reference in New Issue
Block a user