diff --git a/src/pages/14_report/MainPage.vue b/src/pages/14_report/MainPage.vue index c96fbe2d..e66d0662 100644 --- a/src/pages/14_report/MainPage.vue +++ b/src/pages/14_report/MainPage.vue @@ -79,7 +79,7 @@ const filteredTabs = computed(() => { }); const pageState = reactive({ - currentTab: isExecutive.value ? ViewMode.Product : ViewMode.Document, + currentTab: ViewMode.Document, }); async function fetchReportTab() {