diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 488e5429..a0420999 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -34,7 +34,7 @@ import { CustomerBranch, CustomerBranchCreate, } from 'stores/customer/types'; -import { EmployeeCreate } from 'stores/employee/types'; +import { EmployeeCreate, Employee } from 'stores/employee/types'; import { onMounted } from 'vue'; import FormPerson from 'src/components/02_personnel-management/FormPerson.vue'; @@ -825,7 +825,7 @@ watch(locale, () => {