This commit is contained in:
向明星 2025-06-04 16:18:04 +08:00
parent 6a88130730
commit 9057897e1b
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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" />