From e9fdd3a9702bf7ded27af716aa297db146845d8f Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Sun, 29 Jan 2023 16:49:03 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=88=9B=E5=BB=BA=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=AF=86=E7=A0=81=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/system-management/user/user.component.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/system-management/user/user.component.ts b/src/app/system-management/user/user.component.ts index 6f118ce..5569929 100644 --- a/src/app/system-management/user/user.component.ts +++ b/src/app/system-management/user/user.component.ts @@ -219,11 +219,10 @@ export class UserComponent implements OnInit { resolve(data) this.message.create('success', '创建成功!'); this.SkipCount = 0 - this.getAllUsers() - // console.log('创建成功', data) + this.getAllUsers() this.notification.blank( '用户' + data.result.userName + '创建成功', - '当前密码为:' + data.result.password, + '当前密码为:' + data.result.newPassword, { nzDuration: 0, nzPlacement: 'top', nzClass: 'resetPassword' } ); return true