用户删除、重置密码,分配角色.
This commit is contained in:
@@ -95,7 +95,7 @@ export default {
|
||||
this.loading = false;
|
||||
if (res.code == 0) {
|
||||
this.$message.success(res.msg);
|
||||
this.$emit("closeCreateUserDialog", { refresh: true });
|
||||
this.$emit("closeCreateUserDialog", { refresh: true, data: res.data });
|
||||
} else {
|
||||
notification.error({
|
||||
message: "error",
|
||||
|
||||
Reference in New Issue
Block a user