From 1431148c16cfe005a74fb98cf8b1d817c83ad1b5 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 1 Aug 2024 19:16:46 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2087240]=20=E8=A7=92=E8=89=B2=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=87=8D=E7=BD=AE=E5=8E=BB=E6=8E=89=E5=8B=BE=E9=80=89?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/RoleUserList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/RoleUserList.vue b/src/views/system/RoleUserList.vue index 7416bd0..1e0b880 100644 --- a/src/views/system/RoleUserList.vue +++ b/src/views/system/RoleUserList.vue @@ -532,6 +532,7 @@ export default { }, searchReset2 () { this.queryParam2 = {} + this.onClearSelected2() this.loadData2(1) }, handleTableChange2 (pagination, filters, sorter) {