From 868933fa091333276d92faecf076a28311197d92 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Mon, 13 Sep 2021 14:23:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20chartBox=20type=20=3D=3D=20URL=20?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=BE=93=E5=85=A5=E5=BC=82=E5=B8=B8=EF=BC=8C?= =?UTF-8?q?type=20=3D=3D=20Diagram,URL=E6=9C=AA=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/chartBox.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index 78f60d6c4..a3402fe55 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -298,7 +298,7 @@ - + @@ -1472,7 +1472,7 @@ export default { }, chartTypeChange () { const chartType = this.editChart.type - this.editChart.param.url = '' + // this.editChart.param.url = '' this.editChart.height = 4 this.promqlType = 'metric' if (chartType === 'url') {