refactor: set default tab
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
87de5b48ac
commit
cf7b1ac1de
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ const filteredTabs = computed(() => {
|
|||
});
|
||||
|
||||
const pageState = reactive({
|
||||
currentTab: isExecutive.value ? ViewMode.Product : ViewMode.Document,
|
||||
currentTab: ViewMode.Document,
|
||||
});
|
||||
|
||||
async function fetchReportTab() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue