fix: แก้ layout แบ่งหน้า
This commit is contained in:
parent
cea00bdd46
commit
9e28d51d21
2 changed files with 44 additions and 43 deletions
|
|
@ -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 /> -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue