From 632db04db6f39faec60535c964e2bce117f1fbdf Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 16 Nov 2021 13:33:06 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1247=20fix:=20Chart=20perview=20=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=89=8D=E7=AB=AF=E6=98=BE=E7=A4=BA=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E4=B8=8E=E4=BC=A0=E5=8F=82=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chartPreview.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/charts/chartPreview.vue b/nezha-fronted/src/components/charts/chartPreview.vue index cab83c95d..f67512486 100644 --- a/nezha-fronted/src/components/charts/chartPreview.vue +++ b/nezha-fronted/src/components/charts/chartPreview.vue @@ -358,6 +358,7 @@ export default { }, initDialog () { // 此时初始化,才能获得screenShowArea对象,否则此对象为undefined,无法初始化图表 + this.$refs.pickTime.$refs.timePicker.setCustomTime() const chartType = this.chart.type if (chartType === 'table') { //