|
|
@@ -4,7 +4,7 @@
|
|
|
:dropDownNames="dropdownNames"
|
|
|
:tabs="[
|
|
|
{ id: 0, text: '创新发展' },
|
|
|
- { id: 1, text: '研究成果' },
|
|
|
+ { id: 1, text: '研究机构' },
|
|
|
]"
|
|
|
:detailsPage="{
|
|
|
0: '/pages/doc/details',
|
|
|
@@ -21,6 +21,7 @@ import { GetContentListParams } from '@/api/CommonContent';
|
|
|
import CommonListPage, { type DropDownNames } from '@/pages/article/common/CommonListPage.vue';
|
|
|
import ResultContent from '@/api/research/ResultContent';
|
|
|
import InnovationContent from '@/api/research/InnovationContent';
|
|
|
+import TeamsContent from '@/api/research/TeamsContent';
|
|
|
|
|
|
const dropdownNames = ref<DropDownNames[]>([]);
|
|
|
const startTab = ref(0);
|
|
|
@@ -34,7 +35,7 @@ async function loadData(
|
|
|
let res;
|
|
|
switch (tabSelect) {
|
|
|
case 1:
|
|
|
- res = (await ResultContent.getContentList(new GetContentListParams()
|
|
|
+ res = (await TeamsContent.getContentList(new GetContentListParams()
|
|
|
.setKeywords(searchText)
|
|
|
, page, pageSize))
|
|
|
break;
|