feat: refactor for path support

This commit is contained in:
Methapon2001 2024-07-08 14:08:57 +07:00
parent 4d8e22d64e
commit e631ed9c47
8 changed files with 44 additions and 23 deletions

View file

@ -453,7 +453,7 @@ async function assignFormData(idEdit: string) {
onMounted(async () => {
utilsStore.currentTitle.title = 'personnelManagement';
utilsStore.currentTitle.caption = 'personnelManagementCaption';
utilsStore.currentTitle.path = [{ text: 'personnelManagementCaption' }];
await fetchUserList();