fix: 2214 角色管理中分配用户有缓存问题
This commit is contained in:
parent
ce5eecbaa8
commit
237df25eb6
|
|
@ -89,6 +89,7 @@ export default {
|
|||
methods: {
|
||||
// 显示弹框
|
||||
show() {
|
||||
this.resetForm("queryForm")
|
||||
this.queryParams.roleId = this.roleId;
|
||||
this.getList();
|
||||
this.visible = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue