diff --git a/src/pages/Customer/components/CustomerNewPayment.vue b/src/pages/Customer/components/CustomerNewPayment.vue index 089821402..dca347745 100644 --- a/src/pages/Customer/components/CustomerNewPayment.vue +++ b/src/pages/Customer/components/CustomerNewPayment.vue @@ -200,7 +200,6 @@ async function getAmountPaid() { option-label="bank" :include="{ relation: 'accountingType' }" sort-by="id" - :limit="0" @update:model-value=" (value, options) => setPaymentType(data, value, options) " diff --git a/src/pages/Ticket/components/TicketNewPayment.vue b/src/pages/Ticket/components/TicketNewPayment.vue index 986e4bf28..710eb8caf 100644 --- a/src/pages/Ticket/components/TicketNewPayment.vue +++ b/src/pages/Ticket/components/TicketNewPayment.vue @@ -191,7 +191,6 @@ async function onSubmit(formData) { option-label="bank" :include="{ relation: 'accountingType' }" sort-by="id" - :limit="0" @update:model-value=" (value, options) => setPaymentType(data, value, options) "