diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index f093bd45..e6db7b9e 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -2217,6 +2217,7 @@ watch( async () => { await employeeFormStore.submitPersonal(); await fetchListEmployee(); + notify('create', $t('success')); } " @filter-owner-branch="employeeFormStore.employeeFilterOwnerBranch" @@ -2559,6 +2560,7 @@ watch( await employeeFormStore.submitPersonal(); employeeFormState.dialogType = 'info'; employeeFormState.isEmployeeEdit = false; + notify('create', $t('success')); } " @delete="() => console.log('asd')" @@ -2660,6 +2662,7 @@ watch( @save=" (index) => { employeeFormState.currentIndex = index; + notify('create', $t('success')); } " @edit="