fix: form not clear

This commit is contained in:
Methapon2001 2025-05-19 16:00:21 +07:00 committed by puriphatt
parent 543c28e162
commit 80c8a0d8b4

View file

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