fix:修改panel 导出html的结束时间参数不对的问题

This commit is contained in:
zhangyu
2022-05-31 11:15:07 +08:00
parent 11d68b9a95
commit f28e5b64ba

View File

@@ -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