refactor: add fetch after close

This commit is contained in:
Net 2024-08-14 14:32:11 +07:00
parent 6b8c2aee3a
commit 516f2f2c22

View file

@ -496,8 +496,10 @@ watch([inputSearch, currentStatus], async () => {
<DialogFormContainer
:model-value="customerBranchFormState.dialogModal"
:on-close="
() => {
async () => {
await fetchList();
customerBranchFormState.dialogModal = false;
flowStore.rotate();
}
"
@submit="