diff --git a/src/components/common/VnSelect.vue b/src/components/common/VnSelect.vue index 571faad64..0167451b4 100644 --- a/src/components/common/VnSelect.vue +++ b/src/components/common/VnSelect.vue @@ -312,7 +312,7 @@ function handleKeyDown(event) { { value = null; emit('remove'); @@ -325,6 +325,18 @@ function handleKeyDown(event) { + diff --git a/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue b/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue index 92f3fffca..50631f7ab 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue @@ -356,7 +356,10 @@ const createInvoiceInCorrection = async () => {