!603 update ruoyi-ui/src/views/system/user/index.vue.

Merge pull request !603 from kknd97/N/A
This commit is contained in:
若依 2022-10-21 03:46:49 +00:00 committed by Gitee
commit 42d8104505
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 = "";