Merge branch 'master' of https://e.coding.net/ctcdevteam/safesite
This commit is contained in:
commit
b501f0f786
|
@ -4557,7 +4557,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