Here bellow the code to loop the elements of teamLeaderOfWithDescendants
<option :value="item.user_id" v-for="item in teamLeaderOfWithDescendants">
{{item.user_full_name}}
</option>
How to put the row where the item.user_id
=== currentUserId
in the first position ?