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
增加分组后: 在使用分组功能时,遇到以下问题:
1.手动增加和编辑节点时,不能选择和编辑分组; 2.点击标题下面的分组时,左侧的树没有任何变化,原因应该是 public.go 的第34行: tree:=this.GetTree() 这个函数不会根据分组的不同,而查询不同分组的数据引起的。
另:对于自动生成节点功能很期待,希望能交流一下实现思路
The text was updated successfully, but these errors were encountered:
No branches or pull requests
增加分组后:
在使用分组功能时,遇到以下问题:
1.手动增加和编辑节点时,不能选择和编辑分组;
2.点击标题下面的分组时,左侧的树没有任何变化,原因应该是 public.go 的第34行:
tree:=this.GetTree()
这个函数不会根据分组的不同,而查询不同分组的数据引起的。
另:对于自动生成节点功能很期待,希望能交流一下实现思路
The text was updated successfully, but these errors were encountered: