0
0
Fork 0

feat: refs #6942 url update

This commit is contained in:
Jorge Penadés 2024-05-27 09:07:22 +02:00
parent 3b799efa22
commit b6f11096f3
1 changed files with 6 additions and 1 deletions

View File

@ -178,7 +178,12 @@ async function upsert() {
auto-load
@on-fetch="(data) => (sageWithholdings = data)"
/>
<FormModel model="InvoiceIn" :go-to="`/invoice-in/${invoiceId}/vat`" auto-load>
<FormModel
model="InvoiceIn"
:go-to="`/invoice-in/${invoiceId}/vat`"
auto-load
:url-update="`InvoiceIns/${invoiceId}/updateInvoiceIn`"
>
<template #form="{ data }">
<VnRow>
<VnSelect