From 55f721dd6b66219348886064dd5adc3d64fcebe9 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Thu, 10 Feb 2022 18:19:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=87=92=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/department/user/select-user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-department/src/main/resources/templates/department/user/select-user.html b/service-department/src/main/resources/templates/department/user/select-user.html index 23ebc8bc..6518d00f 100644 --- a/service-department/src/main/resources/templates/department/user/select-user.html +++ b/service-department/src/main/resources/templates/department/user/select-user.html @@ -296,7 +296,7 @@ } // 初始化人员列表 function initUsers(parentId, roleParentId) { - if(selectedParentId == parentId && (typeof(selectRoleId) == 'undefined' || selectRoleId == null)) { + if(selectedParentId == parentId && (typeof(roleParentId) == 'undefined' || roleParentId == null)) { return; } $('#userWrapper').empty();