This commit is contained in:
waliang.wang 2017-07-31 11:08:49 +08:00
parent afcced36c1
commit fc39fb7c02

View File

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