Removed .log()
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
0dd792760e
commit
54fa572f02
|
@ -29,7 +29,6 @@ function fetch() {
|
||||||
axios.get(`InvoiceOuts/${id}/summary`).then(({ data }) => {
|
axios.get(`InvoiceOuts/${id}/summary`).then(({ data }) => {
|
||||||
invoiceOut.value = data.invoiceOut;
|
invoiceOut.value = data.invoiceOut;
|
||||||
tax.value = data.invoiceOut.taxesBreakdown;
|
tax.value = data.invoiceOut.taxesBreakdown;
|
||||||
console.log('tax', tax);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
axios.get(`InvoiceOuts/${id}/getTickets`).then(({ data }) => {
|
axios.get(`InvoiceOuts/${id}/getTickets`).then(({ data }) => {
|
||||||
|
|
Loading…
Reference in New Issue