|
|
@@ -6,7 +6,7 @@
|
|
|
showTotal
|
|
|
:detailsPage="[
|
|
|
'/pages/inhert/intangible/details',
|
|
|
- '/pages/inhert/product/details',
|
|
|
+ //'/pages/inhert/product/details',
|
|
|
'',
|
|
|
'/pages/inhert/seminar/details',
|
|
|
'disabled',
|
|
|
@@ -36,7 +36,7 @@ import { navTo } from '@/components/utils/PageAction';
|
|
|
import CommonListPage, { type DropDownNames } from '@/pages/article/common/CommonListPage.vue';
|
|
|
import { onLoad } from '@dcloudio/uni-app';
|
|
|
import { waitTimeOut } from '@imengyu/imengyu-utils';
|
|
|
-import { onMounted, ref } from 'vue';
|
|
|
+import { ref } from 'vue';
|
|
|
|
|
|
const list = ref();
|
|
|
const dropdownNames = ref<DropDownNames[]>([]);
|
|
|
@@ -51,6 +51,10 @@ async function loadData(
|
|
|
let api;
|
|
|
switch (tabSelect) {
|
|
|
case 0: api = ProjectsContent; break;
|
|
|
+ case 2: return {
|
|
|
+ list: [],
|
|
|
+ total: 0,
|
|
|
+ };
|
|
|
default:
|
|
|
case 1: api = ProductsContent; break;
|
|
|
case 3: api = SeminarContent; break;
|