refactor: edit branch current of customer
This commit is contained in:
parent
c10636bb23
commit
dcdaa17983
1 changed files with 4 additions and 0 deletions
|
|
@ -161,6 +161,10 @@ function openEmployerBranchForm(formType: 'create' | 'edit' | 'info') {
|
||||||
customerBranchFormState.value.dialogModal = true;
|
customerBranchFormState.value.dialogModal = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onMounted(async () => {
|
||||||
|
await fetchList();
|
||||||
|
});
|
||||||
|
|
||||||
watch([inputSearch, currentStatus], async () => {
|
watch([inputSearch, currentStatus], async () => {
|
||||||
await fetchList();
|
await fetchList();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue