mirror of
https://github.com/PlayEdu/backend
synced 2025-12-31 05:09:28 +08:00
部门学习进度
This commit is contained in:
@@ -294,7 +294,9 @@ const MemberPage = () => {
|
||||
{dep_ids.length > 0 && (
|
||||
<Link
|
||||
style={{ textDecoration: "none" }}
|
||||
to={`/member/departmentUser?id=${dep_ids.join(",")}`}
|
||||
to={`/member/departmentUser?id=${dep_ids.join(
|
||||
","
|
||||
)}&title=${selLabel}`}
|
||||
>
|
||||
<PerButton
|
||||
type="default"
|
||||
|
||||
Reference in New Issue
Block a user