mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-26 13:48:20 +00:00
修复用户编辑时角色和部门存在无法修改情况
This commit is contained in:
@@ -576,8 +576,8 @@ export default {
|
|||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
this.postOptions = response.posts;
|
this.postOptions = response.posts;
|
||||||
this.roleOptions = response.roles;
|
this.roleOptions = response.roles;
|
||||||
this.form.postIds = response.postIds;
|
this.$set(this.form, "postIds", response.postIds);
|
||||||
this.form.roleIds = response.roleIds;
|
this.$set(this.form, "roleIds", response.roleIds);
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改用户";
|
this.title = "修改用户";
|
||||||
this.form.password = "";
|
this.form.password = "";
|
||||||
|
Reference in New Issue
Block a user