mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 12:37:14 +08:00
style: format common setting
This commit is contained in:
@@ -100,7 +100,7 @@ class DepartmentSortView(APIView):
|
||||
|
||||
def put(self):
|
||||
"""
|
||||
修改部门排序,只能在同一个上级内排序
|
||||
only can sort in the same parent
|
||||
"""
|
||||
department_list = request.json.get('department_list', None)
|
||||
if department_list is None:
|
||||
|
Reference in New Issue
Block a user