cxxm/ruoyi-ui/src/views
kknd97 b970185536
update ruoyi-ui/src/views/system/user/index.vue.
handleUpdate(row)方法中:this.form = response.data;语句
会导致【this.form.postIds = response.postIds;】和【this.form.roleIds = response.roleIds;】失效。
导致用户编辑对话框中,角色和部门多选框无法正常修改。
建议使用以下语句修改:
this.$set(this.form, "postIds", response.postIds);
this.$set(this.form, "roleIds", response.roleIds);

Signed-off-by: kknd97 <liujingwei@ln.chinamobile.com>
2022-10-20 06:27:02 +00:00
..
components/icons 升级element-ui版本到2.13.0 2020-03-15 20:00:01 +08:00
dashboard 修复charts切换侧边栏或者缩放窗口显示bug 2020-03-15 20:07:14 +08:00
error 汉化错误页面 2019-12-03 19:18:22 +08:00
monitor 优化日志操作中重置按钮时重复查询的问题 2022-09-19 06:30:47 +00:00
system update ruoyi-ui/src/views/system/user/index.vue. 2022-10-20 06:27:02 +00:00
tool 修复代码生成勾选属性无效问题 2022-09-28 19:31:52 +08:00
index_v1.vue 调整默认首页 2020-11-07 10:38:35 +08:00
index.vue 若依 3.8.4 2022-09-26 08:29:03 +08:00
login.vue 修改验证码开关变量名 2022-07-12 18:04:49 +08:00
redirect.vue 动态加载路由 页面刷新问题 2019-12-03 18:02:35 +08:00
register.vue 修改验证码开关变量名 2022-07-14 19:49:00 +08:00