fix: 修改系统用户节点关系的抖索

pull/4924/head
ibuler 2020-11-03 12:22:13 +08:00 committed by 老广
parent 5d6088abd3
commit eadecb83ed
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class SystemUserNodeRelationViewSet(BaseRelationViewSet):
'id', 'node', 'systemuser',
]
search_fields = [
"node__value", "systemuser__name", "systemuser_username"
"node__value", "systemuser__name", "systemuser__username"
]
def get_objects_attr(self):