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:
用户管理页面添加用户组
Sorry, something went wrong.
代码有个地方有问题,修改后就可以了:
def groupList(self): dicts = [] for ds in Structure.objects.filter(level__gte=0): # 修改这行 if ds.last_node() > 0:dicts.append(ds.to_json()) return dicts
用户管理没有看到添加用户组,麻烦指导一下
用户管理页面添加用户组 用户管理没有看到添加用户组,麻烦指导一下
找到了,已解决
No branches or pull requests
您好,作者,这个资产的用户组在哪边创建呢,看了看,发现没有地方操作呢
The text was updated successfully, but these errors were encountered: