Commit 628ed75c authored by 皮倩雯's avatar 皮倩雯

fix: '用户管理添加用户失败提示信息'

parent 9df25d13
Pipeline #77889 waiting for manual action with stages
...@@ -162,7 +162,7 @@ const EditUserModal = props => { ...@@ -162,7 +162,7 @@ const EditUserModal = props => {
} else { } else {
notification.error({ notification.error({
message: '提交失败', message: '提交失败',
description: res.message, description: res.msg,
}); });
} }
editUserForm.setFieldsValue({ editUserForm.setFieldsValue({
......
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