From a5c8d3958afdb3b3658e49b631352d30cd1822cf Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 16 Mar 2023 13:56:24 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2706=20=20fix=EF=BC=9A=20Endpoints=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E4=BA=8C=E7=BA=A7=E9=A1=B5=E9=9D=A2Metric=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E6=97=B6Group=E5=87=BA=E7=8E=B0=E6=84=8F=E5=A4=96?= =?UTF-8?q?=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/table/special/endpointQueryTab.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nezha-fronted/src/components/common/table/special/endpointQueryTab.vue b/nezha-fronted/src/components/common/table/special/endpointQueryTab.vue index 7e04c572f..042da9a2f 100644 --- a/nezha-fronted/src/components/common/table/special/endpointQueryTab.vue +++ b/nezha-fronted/src/components/common/table/special/endpointQueryTab.vue @@ -376,6 +376,9 @@ export default { chart.panelName = '' this.chart = chart this.graphShow = false + if (!this.chart.groupId) { + this.chart.groupId = undefined + } this.$store.dispatch('dispatchEditChart', { chart: this.chart, type: 'add'