feat: refactor for path support
This commit is contained in:
parent
4d8e22d64e
commit
e631ed9c47
8 changed files with 44 additions and 23 deletions
|
|
@ -151,7 +151,7 @@ async function calculateStats() {
|
|||
|
||||
onMounted(async () => {
|
||||
utilsStore.currentTitle.title = 'branchManagement';
|
||||
utilsStore.currentTitle.caption = 'branchManagementCaption';
|
||||
utilsStore.currentTitle.path = [{ text: 'branchManagementCaption' }];
|
||||
|
||||
await branchStore.fetchList({ pageSize: 99999 });
|
||||
await calculateStats();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue