forked from Gitlink/forgeplus-react
组织团队-无数据显示错误
This commit is contained in:
parent
ac47ba1b29
commit
63d7045444
|
@ -105,7 +105,7 @@ function TeamGroupItems({organizeDetail,limit, count , history}){
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
{ list && list.length > 0 && <Nodata _html="暂无数据"/> }
|
{ list && list.length === 0 && <Nodata _html="暂无数据"/> }
|
||||||
{
|
{
|
||||||
total > limit &&
|
total > limit &&
|
||||||
<div className="mt20 pb20 edu-txt-center">
|
<div className="mt20 pb20 edu-txt-center">
|
||||||
|
|
Loading…
Reference in New Issue