From a67d6a72d126ef2d9d814dddbbc81a524325e57d Mon Sep 17 00:00:00 2001 From: jingbowen <970029315@qq.com> Date: Wed, 22 Feb 2023 14:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B7=BB=E5=8A=A0=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E5=90=8E=E6=95=B0=E6=8D=AE=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/system-management/user/user.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/system-management/user/user.component.ts b/src/app/system-management/user/user.component.ts index 503f64a..6ee15eb 100644 --- a/src/app/system-management/user/user.component.ts +++ b/src/app/system-management/user/user.component.ts @@ -268,8 +268,8 @@ export class UserComponent implements OnInit { resolve(data); this.message.create("success", "创建成功!"); this.SkipCount = 0; + this.getAllOrganization(); this.getAllUsers(); - this.isShowNewPassword = true; let obj = { title: "用户" + data.result.userName + "创建成功",