refactor: กดย้อนกลับ
This commit is contained in:
parent
7b89fd7cb6
commit
726ba370ad
2 changed files with 479 additions and 404 deletions
|
|
@ -151,7 +151,18 @@ async function calculateStats() {
|
|||
|
||||
onMounted(async () => {
|
||||
utilsStore.currentTitle.title = 'branchManagement';
|
||||
utilsStore.currentTitle.path = [{ text: 'branchManagementCaption' }];
|
||||
utilsStore.currentTitle.path = [
|
||||
{
|
||||
text: 'branchManagementCaption',
|
||||
handler: () => {
|
||||
fieldSelectedBranch.value.value = 'branchHQLabel';
|
||||
currentHq.value = {
|
||||
id: '',
|
||||
code: '',
|
||||
};
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
await branchStore.fetchList({ pageSize: 99999 });
|
||||
await calculateStats();
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue