kknd97
2022-10-20 b970185536bc58742fc29946b50c487a2de52bac
ruoyi-ui/src/views/system/user/index.vue
@@ -576,8 +576,8 @@
        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 = "";