Commit 0e2246b4 authored by 涂伟's avatar 涂伟

fix: '用户密码重置新增修改成功提示'

parent f1974ae3
Pipeline #85822 passed with stages
......@@ -141,10 +141,10 @@ const ChangePasswordModal = props => {
onCancel();
// eslint-disable-next-line no-unused-expressions
currentSelectOrg === '-1' ? submitSearchUser() : onSelect([currentSelectOrg]);
// notification.success({
// message: '提交成功',
// duration: 2,
// });
notification.success({
message: '修改成功',
duration: 2,
});
} else {
notification.error({
message: '提交失败',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment