若依
2022-10-21 42d8104505679522aaabb22b28e00cde48953895
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 = "";