refs #6877 remove update
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-05-08 13:27:42 +02:00
parent 1b65ec7c38
commit 26506c1f9f
1 changed files with 0 additions and 2 deletions

View File

@ -286,7 +286,6 @@ onBeforeMount(() => {
</template>
<template #body-cell-attender="{ row }">
<QTd>
{{ row.attenderFk }}
<VnSelect
v-model="row.attenderFk"
:options="workersOptions"
@ -294,7 +293,6 @@ onBeforeMount(() => {
option-label="firstName"
option-value="id"
dense
@update:model-value="(event) => (row.attenderFk = event)"
/>
</QTd>
</template>