$('.flex-table').find('.contract-row-output, [data-enclosure="' + projectId +'"]')
<div class="wrap">
<div class="flex-fixed-column"></div>
<div class="flex-table-container">
<div class="flex-table">
<div class="flex-table-row contract-row" data-enclosure="{{ $project->id }}">
<div class="flex-table-cell contract-row" data-enclosure="{{ $project->id }}" data-project-id="{{ $project->id }}" data-disclosure-contract-url="{{ route('disclosureContractShaniyazov') }}">Договора (SAP "ЕСВД")</div>
<div class="flex-table-cell extend-width-200 justify-content-end border-left-0">№ Договора</div>
<div class="flex-table-cell">Статья</div>
<div class="flex-table-cell">Наименование этапа</div>
<div class="flex-table-cell">План по договорам</div>
<div class="flex-table-cell">План янв - июль</div>
<div class="flex-table-cell">Факт янв - июль</div>
.contract-row-output
и все [data-enclosure="' + projectId +'"]
'.contract-row-output[data-enclosure="' + projectId +'"]'
.contract-row-output
вообще.