From f28e5b64ba520c996d31e31f7918544bc53ba41f Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 31 May 2022 11:15:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9panel=20=E5=AF=BC?= =?UTF-8?q?=E5=87=BAhtml=E7=9A=84=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=B8=8D=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/mixin/exportHtml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/mixin/exportHtml.js b/nezha-fronted/src/components/common/mixin/exportHtml.js index c29ae2a8c..22419a679 100644 --- a/nezha-fronted/src/components/common/mixin/exportHtml.js +++ b/nezha-fronted/src/components/common/mixin/exportHtml.js @@ -11,7 +11,7 @@ export default { format: 'html', panelId: this.showPanel.id, start: this.$stringTimeParseToUnix(bus.formateTimeToTime(this.searchTime[0])), - end: this.$stringTimeParseToUnix(bus.formateTimeToTime(this.searchTime[0])) + end: this.$stringTimeParseToUnix(bus.formateTimeToTime(this.searchTime[1])) } this.$get('/visual/panel/snapshot', params, 'blob').then(res => { const self = this