处理懒加载问题

This commit is contained in:
wanggeng 2022-02-10 18:19:06 +08:00
parent d40904c9ce
commit 55f721dd6b

View File

@ -296,7 +296,7 @@
} }
// 初始化人员列表 // 初始化人员列表
function initUsers(parentId, roleParentId) { function initUsers(parentId, roleParentId) {
if(selectedParentId == parentId && (typeof(selectRoleId) == 'undefined' || selectRoleId == null)) { if(selectedParentId == parentId && (typeof(roleParentId) == 'undefined' || roleParentId == null)) {
return; return;
} }
$('#userWrapper').empty(); $('#userWrapper').empty();