From d8b42a2f344dd99bda3f456652f7bd0486396568 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Tue, 26 May 2020 18:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=80=89=E6=8B=A9=E7=BC=93?= =?UTF-8?q?=E5=AD=98BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/tree/tree-user.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloud-common-plugin/src/main/resources/templates/tree/tree-user.html b/cloud-common-plugin/src/main/resources/templates/tree/tree-user.html index 4d57cb1..6bddffe 100644 --- a/cloud-common-plugin/src/main/resources/templates/tree/tree-user.html +++ b/cloud-common-plugin/src/main/resources/templates/tree/tree-user.html @@ -50,8 +50,11 @@ var $win = $(window); var common = layui.common; var selectedUsers = top.dialog.dialogData.selectedUsers; + var selectDepartmentUserArray = []; + top.dialog.dialogData.selectedDepartmentUsers = null; + function closeBox() { top.dialog.dialogData.selectedUsers = null; top.dialog.closeBox();