Browse Source

修复添加角色后数据不对

beijing
jingbowen 2 years ago
parent
commit
a67d6a72d1
  1. 2
      src/app/system-management/user/user.component.ts

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

Loading…
Cancel
Save