This commit is contained in:
waliang.wang 2017-07-31 11:08:49 +08:00
parent 15c1601994
commit 2eb470b72a

View File

@ -40,7 +40,6 @@ class ReqMethod extends Component {
@autobind
handleChange (value) {
console.log('select', value)
this.props.pushInterfaceMethod(value)
}