Browse Source

[完善]创建用户密码显示字段修改

beijing
邵佳豪 2 years ago
parent
commit
e9fdd3a970
  1. 3
      src/app/system-management/user/user.component.ts

3
src/app/system-management/user/user.component.ts

@ -220,10 +220,9 @@ export class UserComponent implements OnInit {
this.message.create('success', '创建成功!');
this.SkipCount = 0
this.getAllUsers()
// console.log('创建成功', data)
this.notification.blank(
'用户' + data.result.userName + '创建成功',
'当前密码为:' + data.result.password,
'当前密码为:' + data.result.newPassword,
{ nzDuration: 0, nzPlacement: 'top', nzClass: 'resetPassword' }
);
return true

Loading…
Cancel
Save