+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ / {{pageObj.pages}}
+
+
+
+
+ :search-msg="searchMsg"
+ :detailType="detailType"
+ @changeDetailType="changeDetailType"
+ @getTableData="getTableData"
+ >
{
this.scrollbarWrap = this.$refs.dataTable.$refs.dataTable.bodyWrapper
diff --git a/nezha-fronted/src/components/page/monitor/module/moduleList.vue b/nezha-fronted/src/components/page/monitor/module/moduleList.vue
index 6ac01409f..84d3e3c23 100644
--- a/nezha-fronted/src/components/page/monitor/module/moduleList.vue
+++ b/nezha-fronted/src/components/page/monitor/module/moduleList.vue
@@ -73,6 +73,7 @@
ref="dataList"
:api="url"
:tableId="tableId"
+ v-show="detailType === 'list'"
:custom-table-title.sync="tools.customTableTitle"
:from="fromRoute.module"
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"