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 + "创建成功",