From 8689f2b6dabbd9aa9e93053cf7c5a16130c7d1cc Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 19 Apr 2022 17:36:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Astat=20=E6=8E=A5=E5=8F=A3=20?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/chart/panelChart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/chart/panelChart.vue b/nezha-fronted/src/components/chart/panelChart.vue index ce9ef73fb..6f4e0bf6f 100644 --- a/nezha-fronted/src/components/chart/panelChart.vue +++ b/nezha-fronted/src/components/chart/panelChart.vue @@ -304,6 +304,7 @@ export default { } const chartData = [] const params = { + t: this.chartInfo.id, q: encodeURIComponent(JSON.stringify(q)), stat: startTime, end: endTime,