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,