mirror of
https://github.com/PlayEdu/backend
synced 2025-12-31 05:09:28 +08:00
新建学员携带部门id
This commit is contained in:
@@ -361,6 +361,7 @@ const MemberPage = () => {
|
||||
/>
|
||||
<MemberCreate
|
||||
open={createVisible}
|
||||
depIds={dep_ids}
|
||||
onCancel={() => {
|
||||
setCreateVisible(false);
|
||||
setRefresh(!refresh);
|
||||
|
||||
Reference in New Issue
Block a user