mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
fix
This commit is contained in:
parent
1e68fd0dc4
commit
e61602ef70
@ -208,7 +208,7 @@
|
||||
|
||||
.ant-affix, .save-button {
|
||||
padding: 20px 0;
|
||||
background: #F6F6F6;
|
||||
background: #f1f3f6;
|
||||
button {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
|
@ -40,6 +40,7 @@ class ReqMethod extends Component {
|
||||
|
||||
@autobind
|
||||
handleChange (value) {
|
||||
console.log('select', value)
|
||||
this.props.pushInterfaceMethod(value)
|
||||
}
|
||||
|
||||
@ -66,6 +67,7 @@ class ReqMethod extends Component {
|
||||
<td>
|
||||
<span className="h3">请求方式 : </span>
|
||||
<Select value={method} style={{ width: 180 }} onChange={this.handleChange} size="large">
|
||||
<Option value="">选择请求方式</Option>
|
||||
<Option value="POST">POST</Option>
|
||||
<Option value="GET">GET</Option>
|
||||
<Option value="PUT">PUT</Option>
|
||||
|
Loading…
Reference in New Issue
Block a user