fix Double request when update row
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-04-25 15:25:20 +02:00
parent 166d678d0b
commit fb4170d83d
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ onBeforeMount(() => {
<QTd>
<VnInput
v-model.number="row.saleQuantity"
@change="changeQuantity(row)"
@change.stop="changeQuantity(row)"
type="number"
:disable="!row.itemFk || row.isOk != null"
dense