Commit 42d81045 authored by 若依's avatar 若依 Committed by Gitee

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

Merge pull request !603 from kknd97/N/A
parents f40a0eab b9701855
......@@ -576,8 +576,8 @@ export default {
this.form = response.data;
this.postOptions = response.posts;
this.roleOptions = response.roles;
this.form.postIds = response.postIds;
this.form.roleIds = response.roleIds;
this.$set(this.form, "postIds", response.postIds);
this.$set(this.form, "roleIds", response.roleIds);
this.open = true;
this.title = "修改用户";
this.form.password = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment