feat:添加导出exploreHtml(80%)

This commit is contained in:
zhangyu
2022-09-14 14:02:08 +08:00
parent 266560cef9
commit 2d1d53e3e7
2 changed files with 2 additions and 2 deletions

View File

@@ -1684,7 +1684,7 @@ export default {
start: this.momentStrToTimestamp(this.filterTime[0]) / 1000,
end: this.momentStrToTimestamp(this.filterTime[1]) / 1000,
unit: this.chartUnit,
expressions: [...this.expressions]
expressions: this.expressions.map(item => encodeURIComponent(item))
}
this.$get('/visual/explore/snapshot', params, 'blob').then(res => {
const self = this