fix(03): undo employee checkup
This commit is contained in:
parent
8521c91a86
commit
1e97e43b14
1 changed files with 6 additions and 1 deletions
|
|
@ -2668,7 +2668,12 @@ watch(
|
|||
}
|
||||
}
|
||||
"
|
||||
@undo="employeeFormState.isEmployeeEdit = false"
|
||||
@undo="
|
||||
() => {
|
||||
employeeFormStore.resetFormDataEmployee();
|
||||
employeeFormState.isEmployeeEdit = false;
|
||||
}
|
||||
"
|
||||
/>
|
||||
<FormEmployeeWorkHistory
|
||||
v-if="employeeFormState.currentTab === 'workHistory'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue