mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
Merge branch 'dev' into dev-feat
This commit is contained in:
commit
00511d1ed1
@ -253,7 +253,7 @@ class InterfaceMenu extends Component {
|
|||||||
let menuList = this.state.list;
|
let menuList = this.state.list;
|
||||||
const searchBox = <div className="interface-filter">
|
const searchBox = <div className="interface-filter">
|
||||||
<Input onChange={this.onFilter} value={this.state.filter} placeholder="搜索接口" />
|
<Input onChange={this.onFilter} value={this.state.filter} placeholder="搜索接口" />
|
||||||
<Button type="primary" onClick={() => this.changeModal('add_cat_modal_visible', true)} className="btn-filter" >添加接口</Button>
|
<Button type="primary" onClick={() => this.changeModal('add_cat_modal_visible', true)} className="btn-filter" >添加分类</Button>
|
||||||
<Modal
|
<Modal
|
||||||
title="添加接口"
|
title="添加接口"
|
||||||
visible={this.state.visible}
|
visible={this.state.visible}
|
||||||
|
Loading…
Reference in New Issue
Block a user