forked from verdnatura/salix-front
refactor: refs #6739 deleted useless const
This commit is contained in:
parent
08ac9c5931
commit
f0b1919157
|
@ -29,15 +29,10 @@ const transferInvoiceParams = reactive({
|
|||
refFk: $props.invoiceOutData?.ref,
|
||||
});
|
||||
|
||||
const closeButton = ref(null);
|
||||
const rectificativeTypeOptions = ref([]);
|
||||
const siiTypeInvoiceOutsOptions = ref([]);
|
||||
const invoiceCorrectionTypesOptions = ref([]);
|
||||
|
||||
const closeForm = () => {
|
||||
if (closeButton.value) closeButton.value.click();
|
||||
};
|
||||
|
||||
const selectedClient = (client) => {
|
||||
transferInvoiceParams.selectedClientData = client;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue