mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 09:09:49 +08:00
部门、分类切换时页码重置为1
This commit is contained in:
@@ -266,6 +266,7 @@ const MemberPage = () => {
|
||||
type=""
|
||||
text={"部门"}
|
||||
onUpdate={(keys: any, title: any) => {
|
||||
setPage(1);
|
||||
setDepIds(keys);
|
||||
var index = title.indexOf("(");
|
||||
if (index !== -1) {
|
||||
|
||||
Reference in New Issue
Block a user