diff --git a/nezha-fronted/src/components/charts/chart-detail.vue b/nezha-fronted/src/components/charts/chart-detail.vue index aab93e483..cf746b9f4 100644 --- a/nezha-fronted/src/components/charts/chart-detail.vue +++ b/nezha-fronted/src/components/charts/chart-detail.vue @@ -410,7 +410,7 @@ export default { this.panelIdInner = panelId this.data = chartItem this.detail = detail - console.info(this.data, this.detail) + // console.info(this.data, this.detail) /* if (this.detail[0] && this.detail[0].type && this.detail[0].type == 'endpointInfo') { // endpointInfo的小图表 this.$nextTick(() => { this.initChart(this.detail[0].data.stateSeries) diff --git a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue index 5e64115ed..5677959d5 100644 --- a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue @@ -89,7 +89,7 @@ fixed="right">
{{$t('overall.option')}}
- +
@@ -205,7 +205,7 @@ export default { result2.push(item) } }) - console.log([...result, ...result2]) + // console.log([...result, ...result2]) return [...result, ...result2] } }