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.message.create('success', '创建成功!');
this.SkipCount = 0 this.SkipCount = 0
this.getAllUsers() this.getAllUsers()
// console.log('创建成功', data)
this.notification.blank( this.notification.blank(
'用户' + data.result.userName + '创建成功', '用户' + data.result.userName + '创建成功',
'当前密码为:' + data.result.password, '当前密码为:' + data.result.newPassword,
{ nzDuration: 0, nzPlacement: 'top', nzClass: 'resetPassword' } { nzDuration: 0, nzPlacement: 'top', nzClass: 'resetPassword' }
); );
return true return true

Loading…
Cancel
Save