取消排序

This commit is contained in:
yj 2024-08-21 11:20:03 +08:00
parent e45624213c
commit a0f6598649
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ const Meeting: React.FC = () => {
item.isShow = true; item.isShow = true;
} }
}); });
return sortUsersByRole(res) return res
}) })
} }
// 刷新视图 // 刷新视图