fix: แก้ layout แบ่งหน้า

This commit is contained in:
Net 2024-07-01 13:30:21 +07:00
parent cea00bdd46
commit 9e28d51d21
2 changed files with 44 additions and 43 deletions

View file

@ -1489,6 +1489,7 @@ watch([inputSearch, currentStatus], async () => {
}"
@enter-card="
() => {
currentCustomerName = i.customerName;
customerType = i.customerType;
currentCustomerUrlImage = i.imageUrl;
currentCustomerId = i.id;
@ -2158,7 +2159,12 @@ watch([inputSearch, currentStatus], async () => {
onSubmitCustomerBranch();
}
"
:close="() => {}"
:close="
() => {
clearForm();
dialogInputCustomerBranchForm = false;
}
"
>
<template #address>
<!-- <FormCustomerBranch separator dense outlined /> -->