diff --git a/src/pages/02_personnel-management/MainPage.vue b/src/pages/02_personnel-management/MainPage.vue
index 66275418..2812b0e7 100644
--- a/src/pages/02_personnel-management/MainPage.vue
+++ b/src/pages/02_personnel-management/MainPage.vue
@@ -1657,7 +1657,7 @@ watch(
style="height: 100%; max-height: 100; overflow-y: auto"
>
@@ -1835,22 +1839,22 @@ watch(
[
{
name: $t('formDialogTitleInformation'),
- anchor: 'form-information',
+ anchor: 'dialog-form-information',
},
{
name: $t('formDialogTitlePersonal'),
- anchor: 'form-personal',
+ anchor: 'dialog-form-personal',
},
{
name: $t('formDialogTitleAddressPersonnel'),
- anchor: 'form-address',
+ anchor: 'dialog-form-address',
},
].concat(
!!formData.userType
? [
{
name: $t('formDialogTitleByType'),
- anchor: 'info-work',
+ anchor: 'dialog-info-work',
},
]
: [],
@@ -1865,15 +1869,16 @@ watch(
/>
-