|
@@ -9,14 +9,15 @@
|
|
|
showTotal
|
|
|
:dropDownNames="dropdownNames"
|
|
|
:load="loadData"
|
|
|
- :tabs="[
|
|
|
- { id: 0, name: '非遗民俗' },
|
|
|
- { id: 1, name: '民俗资讯' },
|
|
|
- ]"
|
|
|
+
|
|
|
:detailsParams="{
|
|
|
modelId: 4,
|
|
|
}"
|
|
|
/>
|
|
|
+ <!-- :tabs="[
|
|
|
+ { id: 0, name: '非遗民俗' },
|
|
|
+ { id: 1, name: '民俗资讯' },
|
|
|
+ ]" -->
|
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
@@ -36,7 +37,7 @@ async function loadData(
|
|
|
) {
|
|
|
let res;
|
|
|
switch (tabSelect) {
|
|
|
- case 0:
|
|
|
+ /* case 0:
|
|
|
res = await ProjectsContent.getContentList(new GetContentListParams()
|
|
|
.setKeywords('民俗 ' + searchText)
|
|
|
, page, pageSize);
|
|
@@ -49,7 +50,7 @@ async function loadData(
|
|
|
]
|
|
|
})
|
|
|
break;
|
|
|
- case 1:
|
|
|
+ case 1: */
|
|
|
default:
|
|
|
res = await CommonContent.getContentList(new GetContentListParams()
|
|
|
.setKeywords(searchText)
|