fix:修改panel 导出html的结束时间参数不对的问题
This commit is contained in:
@@ -11,7 +11,7 @@ export default {
|
|||||||
format: 'html',
|
format: 'html',
|
||||||
panelId: this.showPanel.id,
|
panelId: this.showPanel.id,
|
||||||
start: this.$stringTimeParseToUnix(bus.formateTimeToTime(this.searchTime[0])),
|
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 => {
|
this.$get('/visual/panel/snapshot', params, 'blob').then(res => {
|
||||||
const self = this
|
const self = this
|
||||||
|
|||||||
Reference in New Issue
Block a user