处理懒加载问题
This commit is contained in:
parent
d40904c9ce
commit
55f721dd6b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user