fix
This commit is contained in:
parent
6a88130730
commit
9057897e1b
|
|
@ -222,8 +222,8 @@ class Index extends Component {
|
|||
this.setState({
|
||||
page
|
||||
})
|
||||
const { limit, search, sort, project_type, category_id , languageId } = this.state;
|
||||
this.getListData(page, limit, search, sort, project_type, category_id , languageId);
|
||||
const { limit, search, sort_by, project_type, category_id , languageId } = this.state;
|
||||
this.getListData(page, limit, search, sort_by, project_type, category_id , languageId);
|
||||
}
|
||||
|
||||
getoDetail=(login,identifier)=>{
|
||||
|
|
@ -413,7 +413,7 @@ class Index extends Component {
|
|||
</Popover>
|
||||
}
|
||||
|
||||
<Popover content={this.menu()} trigger={['click']} placement='bottom'>
|
||||
<Popover content={this.menu()} trigger={['click']} placement='bottom' zIndex={1}>
|
||||
<a className="ant-dropdown-link">
|
||||
<span className="color-blue font-16">排序 <img src={img_array} alt="" width="10px" /></span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -202,7 +202,7 @@ class InfosUser extends Component {
|
|||
</a>
|
||||
</Popover>
|
||||
)}
|
||||
<Popover content={this.menu()} trigger={["click"]} placement="bottom">
|
||||
<Popover content={this.menu()} trigger={["click"]} placement="bottom" zIndex={1}>
|
||||
<a className="ant-dropdown-link">
|
||||
<span className="color-blue font-16">
|
||||
排序 <img src={img_array} alt="" width="10px" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue