Commit 83845478 by zhangleyuan

feat:处理分页显示

parent 21c9f741
......@@ -428,6 +428,7 @@ function DepartMentTabCon(props) {
},
}}
/>
{total > 0 &&
<div className="box-footer">
<PageControl
current={query.current - 1}
......@@ -441,6 +442,7 @@ function DepartMentTabCon(props) {
}}
/>
</div>
}
</div>
</div>
{chooseMembersModalVisible && (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment