新建学员携带部门id

This commit is contained in:
禺狨
2023-04-25 10:45:16 +08:00
parent 6bbe2cbeec
commit e133c724f3
2 changed files with 9 additions and 3 deletions

View File

@@ -361,6 +361,7 @@ const MemberPage = () => {
/>
<MemberCreate
open={createVisible}
depIds={dep_ids}
onCancel={() => {
setCreateVisible(false);
setRefresh(!refresh);