修改认证清单搜索条件中责任领域需多选

This commit is contained in:
范强强
2023-04-10 09:36:13 +08:00
parent 91e4c5b196
commit 50b6ae1bc1
2 changed files with 5 additions and 1 deletions
@@ -17,7 +17,7 @@
<div class="title-text" :title="$t('areaOfResponsibility')">
<span>{{ $t('areaOfResponsibility') }}</span>
</div>
<j-dict-select-tag class="box-input" v-model="queryParam.dutyTerritory"
<j-multi-select-tag class="box-input" v-model="queryParam.dutyTerritory"
:placeholder="$t('PleaseSelect')+$t('areaOfResponsibility')"
:type="'select'"
:triggerChange="false" :dictCode="'duty_territory'"/>
@@ -2123,6 +2123,10 @@
this.orderByField = 'designDeliverableType'
} else if (sorter.columnKey == 'verifyDeliverableTypeName') {
this.orderByField = 'verifyDeliverableType'
}else if (sorter.columnKey == 'designDutyIdName') {
this.orderByField = 'designDutyId'
}else if (sorter.columnKey == 'verifyDutyIdName') {
this.orderByField = 'verifyDutyId'
} else {
this.orderByField = sorter.columnKey
}