refactor: close Dialog

This commit is contained in:
Net 2024-08-13 16:48:20 +07:00
parent e882c13f68
commit a1b12fbb46

View file

@ -495,6 +495,11 @@ watch([inputSearch, currentStatus], async () => {
<DialogFormContainer
:model-value="customerBranchFormState.dialogModal"
:on-close="
() => {
customerBranchFormState.dialogModal = false;
}
"
@submit="
async () => {
const res = await customerBranchFormStore.submitForm();