|
@@ -9,9 +9,10 @@
|
|
:rowType="2"
|
|
:rowType="2"
|
|
:load="loadData"
|
|
:load="loadData"
|
|
:showDetail="showDetail"
|
|
:showDetail="showDetail"
|
|
|
|
+ :tagsData="tagsData"
|
|
|
|
+ :defaultSelectTag="tagsData[0].id"
|
|
/>
|
|
/>
|
|
- <!-- :tagsData="tagsData"
|
|
|
|
- :defaultSelectTag="tagsData[0].id" -->
|
|
|
|
|
|
+ <!-- -->
|
|
<ContentDialog v-model:show="popupContentShow" light :small="smallDialog">
|
|
<ContentDialog v-model:show="popupContentShow" light :small="smallDialog">
|
|
<RouterView></RouterView>
|
|
<RouterView></RouterView>
|
|
</ContentDialog>
|
|
</ContentDialog>
|
|
@@ -67,16 +68,8 @@ async function loadData(
|
|
|
|
|
|
//子分类
|
|
//子分类
|
|
const tagsData = ref([
|
|
const tagsData = ref([
|
|
- { id: 38, name: '全部' },
|
|
|
|
- { id: 39, name: '传统技艺' },
|
|
|
|
- { id: 40, name: '传统舞蹈' },
|
|
|
|
- { id: 41, name: '曲艺' },
|
|
|
|
- { id: 42, name: '传统美术' },
|
|
|
|
- { id: 43, name: '传统音乐' },
|
|
|
|
- { id: 44, name: '民俗' },
|
|
|
|
- { id: 45, name: '传统医药' },
|
|
|
|
- { id: 46, name: '传统体育与杂技' },
|
|
|
|
- { id: 47, name: '民间文学' },
|
|
|
|
|
|
+ { id: 38, name: '省级传统村落' },
|
|
|
|
+ { id: 39, name: '未分级' },
|
|
]);
|
|
]);
|
|
</script>
|
|
</script>
|
|
|
|
|