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