forked from verdnatura/salix-front
Actualizar src/pages/InvoiceIn/Card/InvoiceInDueDay.vue
This commit is contained in:
parent
4fdf2bacf8
commit
6a958a0807
|
@ -70,7 +70,7 @@ const columns = computed(() => [
|
|||
const isNotEuro = (code) => code != 'EUR';
|
||||
|
||||
async function insert() {
|
||||
await axios.post('/InvoiceInDueDays/new ', { id: +invoiceId });
|
||||
await axios.post('/InvoiceInDueDays/new', { id: +invoiceId });
|
||||
await invoiceInFormRef.value.reload();
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue