chore: clean

This commit is contained in:
puriphatt 2024-08-28 14:13:22 +07:00
parent 70b50e132f
commit e81d5c7f14
3 changed files with 16 additions and 13 deletions

View file

@ -597,6 +597,7 @@ export const useEmployeeForm = defineStore('form-employee', () => {
state.value.formDataEmployeeOwner = undefined;
resetEmployeeData = structuredClone(defaultFormData);
state.value.statusSavePersonal = false;
state.value.profileUrl = '';
}
currentFromDataEmployee.value = structuredClone(resetEmployeeData);
}