fix: error
This commit is contained in:
parent
b9201d79ed
commit
84ed9bd6a5
1 changed files with 2 additions and 0 deletions
|
|
@ -514,6 +514,7 @@ export const useEmployeeForm = defineStore('form-employee', () => {
|
|||
zipCode: string;
|
||||
}
|
||||
| undefined;
|
||||
ocr: boolean;
|
||||
}>({
|
||||
currentIndex: -1,
|
||||
statusSavePersonal: false,
|
||||
|
|
@ -531,6 +532,7 @@ export const useEmployeeForm = defineStore('form-employee', () => {
|
|||
editReadonly: false,
|
||||
infoEmployeePersonCard: [],
|
||||
formDataEmployeeOwner: undefined,
|
||||
ocr: false,
|
||||
});
|
||||
|
||||
const defaultFormData: EmployeeCreate = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue