fix: 2214 角色管理中分配用户有缓存问题

This commit is contained in:
binbin_pan 2024-06-28 09:38:53 +08:00
parent ce5eecbaa8
commit 237df25eb6
1 changed files with 1 additions and 0 deletions

View File

@ -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;