We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
调试发现原因为:
// 根据人员组织出来的小组可能存在空的,将空值移除 // 如没有用户在编号为0的小组 // 则原 groups 为 [empty, {}, ...] // 树控件将报错 for (var i = 0; i < groups.length; i++) { if (!groups[i]) { groups.splice(i, 1); i--; } }
Sorry, something went wrong.
8ad6f6d
No branches or pull requests
The text was updated successfully, but these errors were encountered: