refactor: set default tab
This commit is contained in:
parent
8e59bac417
commit
b1aacbca73
1 changed files with 1 additions and 0 deletions
|
|
@ -3538,6 +3538,7 @@ const emptyCreateDialog = ref(false);
|
||||||
:close="
|
:close="
|
||||||
() => {
|
() => {
|
||||||
employeeFormState.drawerModal = false;
|
employeeFormState.drawerModal = false;
|
||||||
|
employeeFormState.currentTab = 'personalInfo';
|
||||||
resetScrollBar('drawer-employee-form-content');
|
resetScrollBar('drawer-employee-form-content');
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue