mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:39:51 +08:00
学员添加、编辑优化以及删除弹窗文案优化
This commit is contained in:
@@ -29,7 +29,7 @@ export const MemberUpdate: React.FC<PropInterface> = ({
|
||||
|
||||
useEffect(() => {
|
||||
getParams();
|
||||
}, [id]);
|
||||
}, [id, open]);
|
||||
|
||||
useEffect(() => {
|
||||
form.setFieldsValue({
|
||||
|
||||
Reference in New Issue
Block a user