|
@@ -4,7 +4,7 @@
|
|
4
|
<SearchBar v-model:visible="searchVisible" @search="handleSearch" :deptType="'TEAMS'" />
|
4
|
<SearchBar v-model:visible="searchVisible" @search="handleSearch" :deptType="'TEAMS'" />
|
|
5
|
<PentagonGroup :items="pentagonItems" />
|
5
|
<PentagonGroup :items="pentagonItems" />
|
|
6
|
<Profile v-if="activeTab === 0" :query-params="queryParams" />
|
6
|
<Profile v-if="activeTab === 0" :query-params="queryParams" />
|
|
7
|
- <RunData v-else />
|
|
|
|
|
|
7
|
+ <RunData v-else :query-params="queryParams"/>
|
|
8
|
</Page>
|
8
|
</Page>
|
|
9
|
|
9
|
|
|
10
|
</div>
|
10
|
</div>
|