add user
This commit is contained in:
parent
a1079a2bc9
commit
3dfdcb3811
|
@ -4552,7 +4552,6 @@ def apipartuser(req):
|
|||
'checked': False, 'isPeople': True, 'children': []})
|
||||
return JsonResponse({"code": 1, "data": lst})
|
||||
|
||||
@apicheck_login
|
||||
def apiuser(req):
|
||||
a = req.GET.get('a')
|
||||
if a == 'detail':
|
||||
|
|
Loading…
Reference in New Issue