[Update] 修改导入

pull/3716/head
ibuler 2020-02-24 12:06:02 +08:00
parent 98bb6c63f5
commit bcae30814d
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ class UserGrantedAssetSystemUsersApi(UserAssetPermissionMixin, ListAPIView):
only_fields = serializers.AssetSystemUserSerializer.Meta.only_fields
def get_queryset(self):
import time
asset_id = self.kwargs.get('asset_id')
asset = get_object_or_404(Asset, id=asset_id)
system_users_with_actions = self.util.get_asset_system_users_with_actions(asset)