PMCORE-2863

This commit is contained in:
Andrea Adamczyk
2021-03-15 10:21:33 -04:00
parent 290e2a17f5
commit ba4911f9db
2 changed files with 32 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
v-model="filter[0].options"
:options="taks"
:placeholder="$t('ID_TASK_TITLE')"
label="TAS_TITLE"
label="TAS_PROCESS"
track-by="TAS_ID"
:show-no-results="false"
@search-change="asyncFind"
@@ -20,6 +20,7 @@
id="ajax"
:limit="10"
:clear-on-select="true"
:select-label="''"
>
</multiselect>
</b-form-group>