diff --git a/src/components/03_customer-management/FormEmployeeVisa.vue b/src/components/03_customer-management/FormEmployeeVisa.vue index fadbc9db..d63c33f8 100644 --- a/src/components/03_customer-management/FormEmployeeVisa.vue +++ b/src/components/03_customer-management/FormEmployeeVisa.vue @@ -97,7 +97,7 @@ watch( /> {{ $t(`${title}`) }} -
+
{ state.value.formDataEmployeeOwner = undefined; resetEmployeeData = structuredClone(defaultFormData); state.value.statusSavePersonal = false; + state.value.profileUrl = ''; } currentFromDataEmployee.value = structuredClone(resetEmployeeData); }