mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +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({
|
||||
|
||||
@@ -178,7 +178,7 @@ export const MemberPage: React.FC = () => {
|
||||
confirm({
|
||||
title: "操作确认",
|
||||
icon: <ExclamationCircleFilled />,
|
||||
content: "确认删除此视频?",
|
||||
content: "确认删除此学员?",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
cancelText: "取消",
|
||||
|
||||
Reference in New Issue
Block a user