From 3d5d71703c1004dba8a55f0c76fdf2626dd264f0 Mon Sep 17 00:00:00 2001 From: zer0Black Date: Fri, 25 Feb 2022 17:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=A8=A1=E5=9D=97=EF=BC=8C?= =?UTF-8?q?=E5=B7=B2=E6=9C=89=E7=94=A8=E6=88=B7=E5=85=B3=E9=97=AD=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=97=B6=EF=BC=8C=E5=8E=BB=E9=99=A4=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E7=9A=84=E5=B7=B2=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/modules/SelectUserModal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/jero-web/src/views/system/modules/SelectUserModal.vue b/jero-web/src/views/system/modules/SelectUserModal.vue index 58c68e89..ae1ceb35 100644 --- a/jero-web/src/views/system/modules/SelectUserModal.vue +++ b/jero-web/src/views/system/modules/SelectUserModal.vue @@ -171,6 +171,7 @@ }, handleCancel() { this.visible = false; + this.onClearSelected(); }, handleOk() { this.dataSource2 = this.selectedRowKeys;