forked from verdnatura/salix-front
feat: refs #6942 url update
This commit is contained in:
parent
3b799efa22
commit
b6f11096f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue